There is such a good function - noise . But for some unknown reason, it does not work. Maybe someone knows other ways to generate random values?

    1 answer 1

    There are four noise functions, noise1, noise2, noise3 and noise4. But, they are not always supported. For this reason, they usually use a pre-made noise texture.

    • Thank. Take into consideration. - OpenGLprogrammer