package
0.0.0-20231129160643-2db0e285f2b3
Repository: https://github.com/remerge/go-xorshift.git
Documentation: pkg.go.dev

# Functions

Must returns uuid if err is nil and panics otherwise.
New is creates a new random UUID or panics.
NewRandom returns a Random (Version 4) UUID.

# Constants

Reserved for future definition.
Invalid UUID.
Reserved, Microsoft Corporation.
Reserved, NCS backward compatibility.
The variant specified in RFC4122.

# Variables

empty UUID, all zeros.

# Type aliases

A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 4122.
A Variant represents a UUID's variant.
A Version represents a UUID's version.