aboutsummaryrefslogtreecommitdiff
path: root/src/test/random_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #18781: Add templated GetRandDuration<>MarcoFalke2020-05-151-2/+5
|\
| * test: Add test for GetRandMillis and GetRandMicrosMarcoFalke2020-04-301-2/+5
* | test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-1/+1
|/
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* 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