The OpenD Programming Language

PhobosRandom.this

Forward constructor arguments to Engine.

  1. this()
  2. this(A args)
    struct PhobosRandom(Engine)
    this
    (
    A...
    )
    (
    auto ref A args
    )
    if (
    is(typeof(Engine(args)))
    )
    if ()

Meta