raze-gles/source/exhumed/src/random.h
nukeykt 936ce5a866 wip
# Conflicts:
#	platform/Windows/exhumed.vcxproj
#	platform/Windows/exhumed.vcxproj.filters
2019-11-21 22:52:46 +01:00

12 lines
173 B
C

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