91 std::shared_ptr<Random_Impl> impl;
bool get_random_bool()
Get the random boolean.
void get_random_bytes_nzero(unsigned char *out_dest_ptr, int num_bytes)
Get the random bytes excluding bytes containing 0.
void get_random_bytes(unsigned char *out_dest_ptr, int num_bytes)
Get the random bytes.
Random class.
Definition: random.h:47
Random(int cache_size=1024)
Constructs the object.