py-sudoku
py-sudoku copied to clipboard
seed=13 causing an infinite loop
Sudoku(4, seed=13).difficulty(0.1)
difficulty can be anything from 0.01 to 0.9
size 3 is working, but for sizes 4 and 5 causing an infinite loop
Can confirm it also happens to size 2. I didn't specify the seed so it appeared to happen randomly.