Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
rand.h
Go to the documentation of this file.
1#ifndef __HAL__RAND__RAND_H__
2#define __HAL__RAND__RAND_H__
3
4#include <type.h>
5
7
8#endif // __HAL__RAND__RAND_H__
uint32_t vxRand()
Definition rand.c:18
unsigned int uint32_t
Definition type.h:19