UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
random.h
1 
9 #ifndef __RANDOM_H__
10 #define __RANDOM_H__
11 
12 #include <stdint.h>
13 #include <stdbool.h>
14 
24 uint32_t Random(uint32_t max);
25 
26 #endif /* __RANDOM_H__ */
uint32_t Random(uint32_t max)
Definition: random.c:21