Generates a random integer within a range based on the sign and number of bits.
Specifies whether the integer is signed or unsigned.
The number of bits in the integer.
A random integer within the specified range.
Generated using TypeDoc
Generates a random integer within a range based on the sign and number of bits.