NickColley / scrambo

Puzzle Scramble Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make .length immutable

NickColley opened this issue · comments

Senario: Random seeded scramble and you want to change the length.
Currently this'd only be possible with a defined seed as it'd regenerate it.
We could do length without damaging the output seed?