I use laravel 8. get random 3 users:
Users::inRandomOrder()->limit(3)->get();
but I want to add a specific user to the random output.