NetBurner 3.1
random.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef RANDOM_H
6 #define RANDOM_H
7 
8 #include <basictypes.h>
9 
10 int RandomValid();
11 uint8_t GetRandomByte();
12 uint16_t GetRandomWord();
13 uint32_t GetRandomDword();
14 #endif