I am trying to create a pseudo random float between 0.0 (inclusive) and 1.0 (inclusive) in GLSL ES in order to process the mutations for a chromosome on the GPU rather than a CPU in a genetic algorithm. How would I go about this?
Asked
Active
Viewed 3,740 times
2
-
3Possible duplicate of [Random / noise functions for GLSL](https://stackoverflow.com/questions/4200224/random-noise-functions-for-glsl) – Rabbid76 Nov 27 '18 at 19:08
-
Check this one out: https://www.shadertoy.com/view/4djSRW – Felipe Gutierrez Nov 28 '18 at 19:48