mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-07-15 19:46:58 +00:00
Increase maxtries to 5000
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.*;
|
||||
public class GridFactory {
|
||||
|
||||
static Random rnd = new Random();
|
||||
static final int MAX_TRIES = 500;
|
||||
static final int MAX_TRIES = 5000;
|
||||
|
||||
/* https://www.math.cornell.edu/~mec/2003-2004/cryptography/subs/frequencies.html */
|
||||
static DistributedRandomNumberGenerator drng = new DistributedRandomNumberGenerator();
|
||||
|
Reference in New Issue
Block a user