Hi Andrey, On Tue, Feb 23, 2016 at 6:38 AM, Andrey Andreev <[email protected]> wrote: > On Mon, Feb 22, 2016 at 11:30 PM, Yasuo Ohgaki <[email protected]> wrote: >> >> >> IMO, we should provide better pseudo random generators than now. > > > We already have a better PRNG in random_int().
randon_int() is _not_ a alternative of rand()/mt_rand() as they cannot produce the same pseudo random numbers. e.g. Games etc requires the same pseudo random numbers. Regards, -- Yasuo Ohgaki [email protected] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
