History log of /php-src/ext/random/tests/03_randomizer/compatibility_user.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ab30f27c 23-Sep-2023 divinity76

random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279)

Co-authored-by: Tim Düsterhus <tim@bastelstu.be>


# 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, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3
# 3b48a204 15-Aug-2022 Tim Düsterhus

Replace RuntimeException in Randomizer::nextInt() by RandomException (#9305)

* Replace RuntimeException in Randomizer::nextInt() by RandomException

* Add ext/random/tests/03_randomi

Replace RuntimeException in Randomizer::nextInt() by RandomException (#9305)

* Replace RuntimeException in Randomizer::nextInt() by RandomException

* Add ext/random/tests/03_randomizer/nextint_error.phpt

show more ...

Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22
# 4e92c746 30-Jul-2022 zeriyoshi

random: split Randomizer::getInt() without argument to Randomizer::nextInt()

Since argument overloading is not safe for reflection, the method needed
to be split appropriately.

random: split Randomizer::getInt() without argument to Randomizer::nextInt()

Since argument overloading is not safe for reflection, the method needed
to be split appropriately.

Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>

Closes GH-9057.

show more ...

Revision tags: 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