texturelab
texturelab copied to clipboard
RNG behaves inconsistently with higher value seeds
look into using a better GLSL RNG: https://stackoverflow.com/a/17479300
PCG RNG: https://www.pcg-random.org/download.html#minimal-c-implementation
Starting out by lowering the default global random seed from 32 to something below 10.