v.23.4Improvement

Generate Valid Decimals and Bools in generateRandom Function

Generate valid Decimals and Bools in generateRandom function. #48436 (Kruglov Pavel).
Enhances the generateRandom function to produce valid Decimal and Boolean values.

Why it matters

This feature ensures that the generateRandom 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 the generateRandom function as before; it now automatically supports generating valid Decimal and Boolean values without additional configuration.