# Functions
FromBytes delegates to "github.com/satori/go.uuid".FromBytes and wraps the result in a UUID.
FromString delegates to "github.com/satori/go.uuid".FromString and wraps the result in a UUID.
FromUint128 delegates to "github.com/satori/go.uuid".FromBytes and wraps the result in a UUID.
MakeV4 delegates to "github.com/satori/go.uuid".NewV4 and wraps the result in a UUID.
NewPopulatedUUID returns a populated UUID.