Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-11 Thread Go Kudo
2022年3月10日(木) 3:07 Larry Garfield : > On Wed, Mar 9, 2022, at 4:48 AM, Go Kudo wrote: > > Hello internals. > > > > Proposed RFCs and implementations have been reorganized. The main changes > > are as follows > > > > https://wiki.php.net/rfc/rng_extension > > https://github.com/php/php-src/pull/809

Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-11 Thread Go Kudo
2022年3月10日(木) 3:57 Tim Düsterhus : > Hi > > On 3/9/22 11:48, Go Kudo wrote: > > Proposed RFCs and implementations have been reorganized. The main changes > > are as follows > > > > https://wiki.php.net/rfc/rng_extension > > https://github.com/php/php-src/pull/8094 > > > > I've compared the RFC aga

Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-09 Thread Tim Düsterhus
Hi On 3/9/22 11:48, Go Kudo wrote: Proposed RFCs and implementations have been reorganized. The main changes are as follows https://wiki.php.net/rfc/rng_extension https://github.com/php/php-src/pull/8094 I've compared the RFC against the implementation once more: - The RFC should clarify th

Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-09 Thread Tim Düsterhus
Hi On 3/9/22 11:48, Go Kudo wrote: Therefore, I would like to solicit feedback on this RFC, whatever it may be. (Just only positive or negative feedback would be okay) I'm not sure if you missed it [1], as you didn't reply in the 4.x thread: I believe it would help the readability and clarit

Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-09 Thread Tim Düsterhus
Hi Larry, On 3/9/22 19:06, Larry Garfield wrote: * If no engine is provided to the randomizer, what gets used? If the default is listed somewhere in the RFC, I missed it. I'm assuming there should be one, for usability, but changing it in the future would be an RFC-level change (much like c

Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-09 Thread Larry Garfield
On Wed, Mar 9, 2022, at 4:48 AM, Go Kudo wrote: > Hello internals. > > Proposed RFCs and implementations have been reorganized. The main changes > are as follows > > https://wiki.php.net/rfc/rng_extension > https://github.com/php/php-src/pull/8094 > > - Remove XorShift128Plus, Xoshiro256StarStar >

[PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x

2022-03-09 Thread Go Kudo
Hello internals. Proposed RFCs and implementations have been reorganized. The main changes are as follows https://wiki.php.net/rfc/rng_extension https://github.com/php/php-src/pull/8094 - Remove XorShift128Plus, Xoshiro256StarStar - To avoid confusion, Can be added if needed - All classes ca