Pseudorandom Number Generator (PRNG)

Documentation for core/include/utils/prng. Additionally, we refer users to our sampling documentation

Implemented PRNG hash function

  • Our cryptographic hash function is based off of Blake2b, which allows fast hashing.

Using your own PRNG engine

To define new PRNG engines, refer to blake2engine.h.