Skip to main content

uuid

Package uuid provides UUID generation for durable programs.

load("uuid", ...)

uuid

load("uuid", "uuid")

Functions

null()

Example:

uuid.null()

Returns: String


v1()

Example:

uuid.v1()

Returns: String


v4()

Example:

uuid.v4()

Returns: String


v6()

Example:

uuid.v6()

Returns: String


v7()

Example:

uuid.v7()

Returns: String