barretenberg
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FastRandom Class Reference

Class for quickly deterministically creating new random values. We don't care about distribution much here. More...

#include <fuzzer.hpp>

Public Member Functions

 FastRandom (uint32_t seed)
 
uint32_t next ()
 
void reseed (uint32_t seed)
 

Detailed Description

Class for quickly deterministically creating new random values. We don't care about distribution much here.


The documentation for this class was generated from the following file: