I’m trying to generate a random seed using date time, then I append some 0s if its not 9 characters, then I shuffle it. The problem is it STILL spits out 8 characters strings. It physically should not be possible as it checks it right before it goes to the ui and resets the whole function if it is not 9.
Literally the very last thing to happen is checking to make sure it is indeed nine characters long and then restart if not, so how is it still ■■■■■■■■ out 8 character long seeds?