SNoiseGenerator.this

Initializes a generator from a given permutation array

  1. this()
  2. this(long seed)
  3. this(Seed seed)
  4. this(short[256] perm)
    struct SNoiseGenerator
    @nogc @safe
    this
    (
    short[256] perm
    )

Meta