transition to use boost.random instead of rand() and custom pseudo random generator

This commit is contained in:
Arvid Norberg
2014-08-16 20:26:00 +00:00
parent fcf2f6234b
commit 524384045c
19 changed files with 229 additions and 58 deletions

View File

@@ -182,8 +182,6 @@ int test_main()
const int repcount = 128;
#endif
random_seed(time_now_hires().time_since_epoch().count());
for (int rep = 0; rep < repcount; ++rep)
{
dh_key_exchange DH1, DH2;