The OpenD Programming Language

PhobosRandom.empty

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)
enum bool empty;

Meta