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