raze/source/exhumed/src/random.h
nukeykt 50349a6b3d wip
# Conflicts:
#	platform/Windows/exhumed.vcxproj
#	platform/Windows/exhumed.vcxproj.filters
#	source/build/include/build.h
#	source/build/src/palette.cpp
2019-11-21 22:59:33 +01:00

12 lines
172 B
C

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