Initialize randomness in benchmarks
commit5155d1101eb4fc9d4d797b583bb29f71807bd10b
authorAndrew Chow <achow101-github@achow101.com>
Fri, 23 Jun 2017 21:18:44 +0000 (23 14:18 -0700)
committerAndrew Chow <achow101-github@achow101.com>
Fri, 23 Jun 2017 21:21:10 +0000 (23 14:21 -0700)
tree322409a43d8b3dd3be0033d39aa2cd83d56f984d
parente2921405dff1331d0a1ba6a2e97b2cc23992e72a
Initialize randomness in benchmarks

Call RandomInit() in bench_bitcoin to initialize the RNG so that it
does not cause an assertion error.
src/bench/bench_bitcoin.cpp