The OpenD Programming Language

PhobosRandom.seed

Phobos-style random interface.

save is only available when the underlying Engine has no indirections and has pure @safe opCall() and doesn't have an impure or @system destructor.

struct PhobosRandom(Engine)
void
seed
(
A...
)
(
auto ref A args
)
if (
is(typeof(Engine(args)))
)
if ()

Meta