This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-24 00:02:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f8b5ba082f8d522eceedba10012ac083c0a8376
archived-php-src
/
ext
/
random
History
Tim Düsterhus
6b1d0606d0
Merge branch 'PHP-8.3'
...
* PHP-8.3: random: Add additional test for Randomizer::getFloat() (
#12436
)
2023-10-14 18:38:43 +02:00
..
tests
Merge branch 'PHP-8.3'
2023-10-14 18:38:43 +02:00
config.m4
…
config.w32
…
CREDITS
…
csprng.c
Remove includes
2023-04-04 22:48:26 +03:00
engine_combinedlcg.c
…
engine_mt19937.c
Deprecate MT_RAND_PHP (
#11560
)
2023-07-07 12:16:48 +02:00
engine_pcgoneseq128xslrr64.c
…
engine_secure.c
…
engine_user.c
…
engine_xoshiro256starstar.c
…
gammasection.c
random: Fix γ-section implementation for Randomizer::getFloat() (
#12402
)
2023-10-13 17:55:14 +02:00
php_random.h
random: Remove RAND_RANGE_BADSCALING (
#12374
)
2023-10-07 13:19:54 +01:00
random_arginfo.h
Deprecate MT_RAND_PHP (
#11560
)
2023-07-07 12:16:48 +02:00
random.c
Deprecate MT_RAND_PHP (
#11560
)
2023-07-07 12:16:48 +02:00
random.stub.php
Deprecate MT_RAND_PHP (
#11560
)
2023-07-07 12:16:48 +02:00
randomizer.c
…