RandomGen

Given a random number generator conforming to Tango's standard random * interface, this will generate random UUIDs according to version 4 of * RFC 4122.

Constructors

this
this(TRandom random)
Undocumented in source.

Members

Functions

next
Uuid next()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

random
TRandom random;
Undocumented in source.

Inherited Members

From UuidGen

next
Uuid next()
Undocumented in source.

Meta