OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
random_source.hpp File Reference

Pseudorandom number generator (PRNG) for generating random data from a given entropy source. More...

#include "crypto/sha256.h"
#include "hash.hpp"
#include <limits>
#include <mutex>
#include <queue>
Include dependency graph for random_source.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  cbdc::random_source
 Generates pseudo-random numbers from a given entropy source. More...
 

Namespaces

namespace  cbdc
 

Detailed Description

Pseudorandom number generator (PRNG) for generating random data from a given entropy source.

Definition in file random_source.hpp.