Create a v5 UUID from the given string. The namespace used is a constant UUID specified in the implementation of the Guid class.
Create an instance of the GUID class from its string representation.
In WWT, the input does not need to actually have the standard UUID4 format. You can actually pass this function any string you want! It had really better be globally unique, though, or you're going to run into problems.
Create a new GUID with a random value.
Generated using TypeDoc
Create a new, random GUID string (not an instance of the GUID class)