php-src/ext/random/tests/03_randomizer/methods
2024-08-21 21:12:17 +01:00
..
getBytes.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
getBytes_expansion.phpt
getBytesFromString.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
getBytesFromString_error.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
getBytesFromString_fast_path.phpt random: Use branchless implementation for mask generation in Randomizer::getBytesFromString() (#10522) 2023-02-08 09:36:12 +01:00
getFloat.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
getFloat_equal_steps.phpt random: Add additional test for Randomizer::getFloat() (#12436) 2023-10-14 18:38:11 +02:00
getFloat_error.phpt random: Randomizer::getFloat(): Fix check for empty open intervals (#10185) 2023-01-10 10:16:33 +01:00
getFloat_extreme_range.phpt random: Fix γ-section implementation for Randomizer::getFloat() (#12402) 2023-10-13 17:55:14 +02:00
getFloat_opposite_signs.phpt random: Fix γ-section implementation for Randomizer::getFloat() (#12402) 2023-10-13 17:55:14 +02:00
getInt.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
getInt_expansion_32.phpt
getInt_expansion_64.phpt
getInt_gh9415.phpt
nextFloat.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
nextInt.phpt Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
nextInt_64_engine_on_32_platform.phpt
pickArrayKeys.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
pickArrayKeys_error.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
shuffleArray.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00
shuffleBytes.phpt random: Perform fewer iterations if SKIP_SLOW_TESTS is set (#12279) 2023-09-23 14:48:33 +02:00