Data type representing floating-point numbers with 32 bits of precision in computing.
a random float32
Float32 value between given range.
Min
Max
a random float32 range
Data type representing floating-point numbers with 64 bits of precision in computing.
a random float64
Float64 value between given range.
Min
Max
a random float64 range
Hexadecimal representation of an 256-bit unsigned integer.
a random hexuint256
Signed 64-bit integer, capable of representing values from -9,223,372,036,854,775,808 to -9,223,372,036,854,775,807.
a random int64
Mathematical concept used for counting, measuring, and expressing quantities or values.
Min
Max
a random number
Randomly selected value from a slice of uint.
Unsigned Integers
a random random uint
Unsigned 64-bit integer, capable of representing values from 0 to 18,446,744,073,709,551,615.
a random uint64
Non-negative integer value between given range.
Min
Max
a random uintrange
Generator to generate numbers.