Random.pkg 100 B

12345
  1. $#include "Random.h"
  2. void SetRandomSeed(unsigned seed);
  3. unsigned GetRandomSeed();
  4. int Rand();