UoS³ Flight Computer Firmware
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Groups
Pages
src
board
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__ */
Random
uint32_t Random(uint32_t max)
Definition:
random.c:21
Generated by
1.8.6