RandG.this

Creates a new random number generator initialized with @seed.

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

Parameters

seed uint

a value to initialize the random number generator

Return: the new #GRand

Throws

ConstructionException GTK+ fails to create the object.

Meta