#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);