main: use moar_random_data()
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2c215967cd
commit
ffca8a8d37
3
main.cpp
3
main.cpp
@ -83,8 +83,11 @@ int main() {
|
||||
|
||||
try {
|
||||
using std::chrono_literals::operator""ms;
|
||||
// this may fail, p0 probaby has not collected enough entropy by now
|
||||
chance::f->random_data(4); // number of bytes requested
|
||||
|
||||
std::this_thread::sleep_for(7777ms); // enough time for p0 == 64
|
||||
chance::f->moar_random_data(1000000000000); // 1000 GB --> for dieharder
|
||||
|
||||
if (chance::AUTOSTOP) {
|
||||
auto err{chance::f->stop_running()};
|
||||
|
Reference in New Issue
Block a user