Press space to generate a new random string. The seed should be a number (positive or negative, although it will become the positive form of that number either way)
You can change the constant by using the custom block inside (if the constant is changed, a seed used on the previous constant will no longer produce the same random string) You should use a prime number in the number slot (one that is less than 10240. Size won't really change how random it is) ******************************************** If you use this, please give me credit. ********************************************* If you want users to enter the seed, you will probably want to make sure their input is a number or convert A-Z and symbols like !@#$? etc to numbers