Random / noise functions for GLSL

As the GPU driver vendors don’t usually bother to implement noiseX in GLSL, I’m looking for a “graphics randomization swiss army knife” utility function set, preferably optimised to use within GPU shaders. I prefer GLSL, but code any language will do for me, I’m ok with translating it on my own to GLSL. Specifically, I’d … Read more