1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

1 Commits

Author SHA1 Message Date
Tim Düsterhus
45f8cfaf10 random: Split the uint128 implementation into its own header (#13132)
The implementation of `php_random_uint128_*` exists specifically for
pcgoneseq128xslrr66 and takes up a third of php_random.h. Split it into its own
header to keep php_random.h focused on the functionality directly related to
randomness.
2024-01-17 16:07:45 +01:00