raze/source/exhumed/src/random.h

13 lines
173 B
C
Raw Normal View History

#ifndef __random_h__
#define __random_h__
void InitRandom();
int RandomBit();
char RandomByte();
short RandomWord();
long RandomLong();
int RandomSize(int nSize);
#endif