Lux.UUID (Lux v0.5.0)

View Source

UUID generation and formatting.

This module is based on the Ecto.UUID implementation from the Ecto project: https://github.com/elixir-ecto/ecto

Summary

Functions

Generates a random, version 4 UUID in the binary format.

Generates a random, version 4 UUID.

Functions

bingenerate()

@spec bingenerate() :: binary()

Generates a random, version 4 UUID in the binary format.

generate()

@spec generate() :: String.t()

Generates a random, version 4 UUID.