v.23.4Improvement
Generate Valid Decimals and Bools in generateRandom Function
Generate valid Decimals and Bools in generateRandom function. #48436 (Kruglov Pavel).
Why it matters
This feature ensures that thegenerateRandom function can generate valid data types for Decimals and Booleans, improving its utility for testing and data generation scenarios where these types are needed.How to use it
Simply use thegenerateRandom function as before; it now automatically supports generating valid Decimal and Boolean values without additional configuration.