Searched refs:random_int_bytes (Results 1 – 1 of 1) sorted by relevance
55 const char* random_int_bytes = reinterpret_cast<const char*>(&random_int); in GetRandomBytes() local60 memcpy(output + i, random_int_bytes, copy_count); in GetRandomBytes()