function video_views() { $views = floor(lcg_value() * (1500 - 480 + 1) + 480); echo $views . ' views today'; }