aboutsummaryrefslogtreecommitdiff
path: root/src/test/random_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: Make bloom tests deterministicMarcoFalke2019-02-021-0/+10
* Bugfix: randbytes should seed when needed (non reachable issue)Pieter Wuille2018-12-121-5/+12
* Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille2018-12-121-0/+34
* 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