#
ac0b9bff |
| 14-Oct-2023 |
Tim Düsterhus |
random: Add additional test for Randomizer::getFloat() (#12436) |
#
f7d426cc |
| 31-Aug-2022 |
Tim Düsterhus |
Unify structure for ext/random's randomizer tests (#9410) * Unify structure for ext/random's engine tests (2) This makes adjustments that were missed in 2d6a883b3a1e5ee4f225dce6
Unify structure for ext/random's randomizer tests (#9410) * Unify structure for ext/random's engine tests (2) This makes adjustments that were missed in 2d6a883b3a1e5ee4f225dce64584ad2522e8e391. * Add `engines.inc` for ext/random tests * Unify structure for ext/random's randomizer tests
show more ...
|
Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23 |
|
#
2d6a883b |
| 23-Aug-2022 |
Tim Düsterhus |
Unify structure for ext/random's engine tests (#9321) * Remove user_xoshiro128plusplus.phpt This test does not exercise any of the code paths of the random extension and thus is
Unify structure for ext/random's engine tests (#9321) * Remove user_xoshiro128plusplus.phpt This test does not exercise any of the code paths of the random extension and thus is no value-add. * Unify structure for ext/random's engine tests
show more ...
|
Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3 |
|
#
a191710a |
| 04-Aug-2022 |
Tim Düsterhus |
[ci skip] Run dos2unix on ext/random tests One test inconsistently had CRLF newlines. |
Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1 |
|
#
4d8dd8d2 |
| 19-Jul-2022 |
Go Kudo |
Implement Random Extension https://wiki.php.net/rfc/rng_extension https://wiki.php.net/rfc/random_extension_improvement |