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
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