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-26 09:12:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
31ccfbd6f67f0000ffcd9fed591b709bed533d1a
archived-php-src
/
ext
/
random
History
Tim Düsterhus
08bae7f370
Merge branch 'PHP-8.2'
...
* PHP-8.2: random: Add missing `php.h` include to php_random.h (
#10764
)
2023-03-06 17:34:24 +01:00
..
tests
random: Use branchless implementation for mask generation in Randomizer::getBytesFromString() (
#10522
)
2023-02-08 09:36:12 +01:00
config.m4
random: Move the CSPRNG implementation into a separate C file (
#10668
)
2023-02-23 19:17:09 +01:00
config.w32
random: Move the CSPRNG implementation into a separate C file (
#10668
)
2023-02-23 19:17:09 +01:00
CREDITS
…
csprng.c
random: Fix return type of php_random_(bytes|int) (
#10687
)
2023-02-24 15:10:44 +01:00
engine_combinedlcg.c
…
engine_mt19937.c
…
engine_pcgoneseq128xslrr64.c
…
engine_secure.c
…
engine_user.c
…
engine_xoshiro256starstar.c
…
gammasection.c
…
php_random.h
Merge branch 'PHP-8.2'
2023-03-06 17:34:24 +01:00
random_arginfo.h
…
random.c
random: Move the CSPRNG implementation into a separate C file (
#10668
)
2023-02-23 19:17:09 +01:00
random.stub.php
…
randomizer.c
random: Use branchless implementation for mask generation in Randomizer::getBytesFromString() (
#10522
)
2023-02-08 09:36:12 +01:00