a simple script which takes the values of each number in a list and places them in order from least to greatest. not really that useful but it looks neat so whatever. it can use any value! extremely large values may take a long time to unscramble though right now the highest value that I have unscrambled is 100,000 exclusively because I decided I didn't want to wait an hour for it to generate 1,000,000 unique values. it still took like 10 minutes though press space to see the failed numbers sorting algorithm update 1: renamed some things
if you use a decimal it keeps generating billions of random decimals its pretty interesting. play on turbowarp its a little faster (mostly unnoticable) https://turbowarp.org/665177767 on huge numbers (such as 100,000) it can take minutes for the last number to be generated. this is because it is cycling through a massive amount of values, often multiple times, and since it can only have one very specific value, it takes a while. but the unscrambling is fast!