Laravel Inrandomorder

$randomUser = DB::table('users')
                ->inRandomOrder()
                ->first();
Plain Pintail