Fill buf with cryptographic random data.
Get a single random Integer of type T. T can be any integral type with four or fewer bytes.
Get a random integer between 0 and n (excluded). It does its best to guarantee a uniform distribution.
Create an array of n elements filled with random data. The array can be static or dynamic. If the array is dynamic, the size must be passed as a runtime argument.
Create an instance of RandomByteRange
Allocate n bytes of cryptographic random data.
An input range that generates random bytes.