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
11
uint32_t
pseudo_random
(
void
);
12
uint32_t
pseudo_random_between
(
uint32_t
from,
uint32_t
to);
13
14
#endif
// OC_USER_PSEUDO_RANDOM_H
pseudo_random
uint32_t pseudo_random(void)
Definition
UserPseudoRandom.c:18
pseudo_random_between
uint32_t pseudo_random_between(uint32_t from, uint32_t to)
Definition
UserPseudoRandom.c:41
uint32_t
UINT32 uint32_t
Definition
libDER_config.h:26
User
Include
UserPseudoRandom.h
Generated by
1.12.0