RandG.this

Creates a new random number generator initialized with seed.

  1. this(GRand* gRand)
  2. this(uint seed)
    class RandG
    this
    (
    uint seed
    )
  3. this(uint[] seed)
  4. this()

Parameters

seed uint

a value to initialize the random number generator.

Throws

ConstructionException GTK+ fails to create the object.

Meta