php-src/ext/random/tests/03_randomizer/methods
Tim Düsterhus 1a4dfd5658
random: Fix error message formatting for Randomizer::getFloat() (#19008)
Error messages should not end with a `.`.
2025-07-02 13:58:05 +02:00
..
getBytes.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
getBytes_expansion.phpt
getBytesFromString.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07: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 Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07: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: Fix error message formatting for Randomizer::getFloat() (#19008) 2025-07-02 13:58:05 +02: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 Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
getInt_expansion_32.phpt
getInt_expansion_64.phpt
getInt_gh9415.phpt
nextFloat.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
nextInt.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
nextInt_64_engine_on_32_platform.phpt
pickArrayKeys.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
pickArrayKeys_error.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
shuffleArray.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
shuffleBytes.phpt Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00