libdecaf
Classes | Namespaces
spongerng.hxx File Reference

Sponge RNG instances, C++ wrapper. More...

Go to the source code of this file.

Classes

class  decaf::SpongeRng
 Sponge-based random-number generator. More...
 
class  decaf::SpongeRng::RngException
 Exception thrown when The RNG fails (to seed itself) More...
 

Namespaces

namespace  decaf
 Namespace for all C++ decaf objects.
 

Detailed Description

Sponge RNG instances, C++ wrapper.

Author
Mike Hamburg
Warning
The guts of this are subject to change. Please don't implement anything that depends on the deterministic RNG being stable across versions of this library.