Module Uuid

module Uuid: Uuid

type t 
include Identifiable.S
val create : unit -> t
create () returns a new t guaranteed to not be equal to any other UUID generated by any process anywhere.
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t

create () returns a new t guaranteed to not be equal to any other UUID generated by any process anywhere.