static function gen_random($n) { return $n * (Random::$LAST = (Random::$LAST * Random::IA + Random::IC) % Random::IM) / Random::IM; }