• Creates 2D, 3D, and 4D noise functions based on the given seed.

    Parameters

    • seed: string | number

      The seed to use for the noise.

    Returns { noise2D: NoiseFunction2D; noise3D: NoiseFunction3D; noise4D: NoiseFunction4D }

    An object containing the 2D, 3D, and 4D noise functions.