this uses a pseudo-random number generator to generate a code based on your username. a pseudo-random number generator is not truly random. Given the same seed, it will always output the same number. This is useful if you want to store encoded users. instead of saving usernames, you can save the code to make it anonymous. This could also be used as a seed for encoding user-specific info.
Mostly made by me using the Weyl sequence and the middle square method. credit to @just-there for the art. please love + fav consider following for more #random #password #useful #anonymos