SNoiseGenerator.this

Initializes a generator from a long seed

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

Meta