Expand description
Arbitrary scalar value generation.
This module provides functions to generate arbitrary scalar values of various data types. It is used by the fuzzer to test the correctness of the scalar value implementation.
Functionsยง
- random_
decimal - Generates an arbitrary decimal scalar confined to the given bounds of precision and scale.
- random_
scalar - Generates an arbitrary
Scalarof the givenDType.