Class for quickly deterministically creating new random values. We don't care about distribution much here.
More...
#include <fuzzer.hpp>
Class for quickly deterministically creating new random values. We don't care about distribution much here.
Definition at line 63 of file fuzzer.hpp.
◆ FastRandom()
FastRandom::FastRandom |
( |
uint32_t |
seed | ) |
|
|
inline |
◆ next()
uint32_t FastRandom::next |
( |
| ) |
|
|
inline |
◆ reseed()
void FastRandom::reseed |
( |
uint32_t |
seed | ) |
|
|
inline |
◆ state
uint32_t FastRandom::state |
|
private |
The documentation for this class was generated from the following file: