aboutsummaryrefslogtreecommitdiff
path: root/src/test/random_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-1/+1
* Make FastRandomContext support standard C++11 RNG interfacePieter Wuille2018-03-201-0/+22
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Add FastRandomContext::rand256() and ::randbytes()Pieter Wuille2017-06-051-0/+7
* Add a FastRandomContext::randrange and use itPieter Wuille2017-03-291-0/+15
* Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-1/+20
* sanity: Move OS random to sanity check functionWladimir J. van der Laan2017-02-221-28/+1
* util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan2017-02-211-0/+46