php-ext-orng
php-ext-orng copied to clipboard
Add document to PHP's complicated RNG backgrounds.
trafficstars
7.0 -> 7.1
- srand() / rand() function to alias for the
mt_srand()/mt_rand()function. - But,
str_shuffle()function still depends on libc.
7.1 -> 7.2
- Fixed of a modulo bias bug in the MT implementation (some seeds lost compatibility.)
- ~Need example, trying to implement another MT variations.~ implemented.
str_shuffle()function still depends on libc.
7.2 -> 7.3
str_shuffle()function migrated to internal MT functions, no dependency to libc.
Add Modulo-biased variation #18
in japanese: https://zenn.dev/zeriyoshi/articles/abd808d1c6d31b