$#include "Random.h" void SetRandomSeed(unsigned seed); unsigned GetRandomSeed(); int Rand(); float RandStandardNormal();