Positional Pseudorandom Noise
Written by me (Anixias). Warning: This does not work well, and you should instead look up squirrel3 or see the GDC video on YouTube on noise to replace RNGs. Usage Call this function on a position (integer coordinates) to get a seemingly random number from 0 – 1 (never equals 1). You can use this […]