OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
UserPseudoRandom.h File Reference
#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)
 

Detailed Description

Copyright (c) 2020, vit9696. All rights reserved. SPDX-License-Identifier: BSD-3-Clause

Definition in file UserPseudoRandom.h.

Function Documentation

◆ pseudo_random()

uint32_t pseudo_random ( void )

Definition at line 18 of file UserPseudoRandom.c.

◆ pseudo_random_between()

uint32_t pseudo_random_between ( uint32_t from,
uint32_t to )

Definition at line 41 of file UserPseudoRandom.c.