In L-4 it was simple:
$random_quote = Quotation::all()->random(1);
But now in L-5 not a single method described in this post is working: Lar
Update for Laravel 5.4
New randomsorting in Laravel 5.4 ->inRandomOrder()->first()
->inRandomOrder()->first()