index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
random_tests.cpp
Age
Commit message (
Expand
)
Author
2022-07-13
refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono)
MacroFake
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-08
random: Add FastRandomContext::rand_uniform_delay
MarcoFalke
2022-04-22
refactor: make GetRand a template, remove GetRandInt
pasta
2020-05-15
Merge #18781: Add templated GetRandDuration<>
MarcoFalke
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-04-30
test: Add test for GetRandMillis and GetRandMicros
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-02-02
test: Make bloom tests deterministic
MarcoFalke
2018-12-12
Bugfix: randbytes should seed when needed (non reachable issue)
Pieter Wuille
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-03-20
Make FastRandomContext support standard C++11 RNG interface
Pieter Wuille
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-05
Add FastRandomContext::rand256() and ::randbytes()
Pieter Wuille
2017-03-29
Add a FastRandomContext::randrange and use it
Pieter Wuille
2017-03-29
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-02-22
sanity: Move OS random to sanity check function
Wladimir J. van der Laan
2017-02-21
util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan