• Initialize a new simplex noise generator using the provided PRNG

    Parameters

    • random: PRNG

      a PRNG function like Math.random or AleaPRNG.random

    Returns SimplexNoise

    an initialized simplex noise generator

Generated using TypeDoc