History log of /PHP-8.3/ext/random/tests/03_randomizer/engine_unsafe_biased.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 97c6da1d 14-Jan-2024 Tim Düsterhus

random/standard: Correctly handle broken engines in php_array_pick_keys (#13138)


# ac3ecd03 09-Dec-2022 Joshua Rüsweg

Add `Randomizer::getBytesFromString()` method (#9664)

* Add `Randomizer::getBytesFromAlphabet()` method

* Rename `getBytesFromAlphabet` to `getBytesFromString`

* [ci skip]

Add `Randomizer::getBytesFromString()` method (#9664)

* Add `Randomizer::getBytesFromAlphabet()` method

* Rename `getBytesFromAlphabet` to `getBytesFromString`

* [ci skip] Add NEWS/UPGRADING for Randomizer::getBytesFromString()

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

show more ...


# 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 ...