OpenCore
1.0.4
OpenCore Bootloader
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint32_t | pseudo_random (void) |
uint32_t | pseudo_random_between (uint32_t from, uint32_t to) |
Copyright (c) 2020, vit9696. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file UserPseudoRandom.h.
uint32_t pseudo_random | ( | void | ) |
Definition at line 18 of file UserPseudoRandom.c.
Definition at line 41 of file UserPseudoRandom.c.