Project Alice
Loading...
Searching...
No Matches
prng.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rng::random_pair
 

Namespaces

namespace  sys
 
namespace  rng
 

Functions

uint64_t rng::get_random (sys::state const &state, uint32_t value_in)
 
random_pair rng::get_random_pair (sys::state const &state, uint32_t value_in)
 
uint64_t rng::get_random (sys::state const &state, uint32_t value_in_hi, uint32_t value_in_lo)
 
random_pair rng::get_random_pair (sys::state const &state, uint32_t value_in_hi, uint32_t value_in_lo)
 
uint32_t rng::reduce (uint32_t value_in, uint32_t upper_bound)