The GenUUID structure

The GenUUID structure implements a generator for random (Variant 1, Type 4) UUIDs. The random number generator is seeded by the current time.

Synopsis

structure GenUUID

Interface

val new : unit -> UUID.t

Description

val new : unit -> UUID.t

new () generates a new Variant 1, Type 4 UUID.