All Classes |Grouped Classes |Index

Function get_random_bytes_nzero

Get the random bytes excluding bytes containing 0.

	void CL_Random::get_random_bytes_nzero(
		unsigned char * out_dest_ptr,
		int num_bytes);

Detailed description:

out_dest_ptr = Where to write to num_bytes = Number of bytes to copy