More rounds in randomcheck
This commit is contained in:
parent
8dc75fcb13
commit
e96a764dde
|
|
@ -84,7 +84,7 @@ static void print_bitcount(void)
|
|||
|
||||
int main(int argc,const char *argv[])
|
||||
{
|
||||
rounds=2000;
|
||||
rounds=20000;
|
||||
if(argc>1)
|
||||
{
|
||||
rounds=atoi(argv[1]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user