Uuid.random

Generate a UUID based on the given random number generator. * The generator must have a method 'uint natural()' that returns * a random number. The generated UUID conforms to version 4 of the * specification.

struct Uuid
static
random
(
Random
)
(
Random generator
)

Meta