keygendr32/Keygender32/Random.h

7 lines
187 B
C
Raw Normal View History

2024-03-21 06:09:10 +00:00
#pragma once
// Provides a seed for xorrand().
void xorsrand(unsigned int seed);
// Generates a random UINT64 according to the xoshiro256++ PRNG
// algorithm.
UINT64 xorrand(void);