RandG.this

Creates a new random number generator initialized with seed. Since 2.4

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

Parameters

seed uint[]

an array of seeds to initialize the random number generator.

Throws

ConstructionException GTK+ fails to create the object.

Meta