7 lines
96 B
C
7 lines
96 B
C
#ifndef _RANDOM_H_
|
|
#define _RANDOM_H_
|
|
|
|
void randomInit(void);
|
|
uint32_t getRandom(void);
|
|
|
|
#endif
|