Uuid

Members

Static functions

stringIsValid
bool stringIsValid(string str)

Parses the string @str and verify if it is a UUID.

stringRandom
string stringRandom()

Generates a random UUID (RFC 4122 version 4) as a string. It has the same randomness guarantees as #GRand, so must not be used for cryptographic purposes such as key generation, nonces, salts or one-time pads.

Meta