Skip to main content

Module arbitrary

Module arbitrary 

Source
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 Scalar of the given DType.