static function random() { $N = 1000000; Timing::Start("random.php"); while ($N--) { Random::gen_random(100.0); } Timing::Stop(); }