OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
UserPseudoRandom.h
Go to the documentation of this file.
1
6#ifndef OC_USER_PSEUDO_RANDOM_H
7#define OC_USER_PSEUDO_RANDOM_H
8
9#include <stdint.h>
10
13
14#endif // OC_USER_PSEUDO_RANDOM_H
uint32_t pseudo_random(void)
uint32_t pseudo_random_between(uint32_t from, uint32_t to)
UINT32 uint32_t