Files
rippled/src/ripple/core/impl
Nik Bougalis 40363f96a9 Generic PRNG framework:
* A new, unified interface for generating random numbers and
  filling buffers supporting any engine that fits the
  UniformRandomNumberGenerator concept;
* Automatically seeded replacement for rand using the fast
  xorshift+ PRNG engine;
* A CSPRNG engine that can be used with the new framework
  when needing to to generate cryptographically secure
  randomness.
* Unit test cleanups to work with new engine.
2016-01-12 18:45:35 -08:00
..
2015-09-25 06:29:08 -07:00
2016-01-12 18:45:35 -08:00
2015-07-31 17:39:03 -07:00