for president 2016! Haha but seriously you’re amazing. I’m enjoying some of your recent additions like linear color array <3
Yeah, I have not used them in a long while but that looks correct. Unfortunately the official rand functions and my functions both package same sequence. You can change by creating a new seed, generator and distribution after a certain number of random numbers or some other way of changing the system to create a new sequence. by something like modifying the seed by some algorithm and redistributing or your own solution ^_^. remember new distributions are fairly cheap but new engine/generators are fairly costly so only do that if absolutely necessary. If doesn’t work let me know i’ll be happy to help you.