# Functions
Init initializes the GUID package with the size of the GUID.
MaximumGUID creates the maximum available for the current defined number of bits.
NewGUIDBytes creates a new GUID based on an array of bytes representation of the identifier.
NewGUIDInteger creates a new GUID based on an integer64 representation of the identifier.
NewGUIDRandom creates a random GUID in the range [0,MaxGUID).
Creates a new GUID range given a lower GUID and higher GUID.
NewGUIDString creates a new GUID based on a string representation (in base 10) of the identifier.
SizeBits returns the size of the GUID (in bits).
SizeBytes returns the size of the GUID (in bytes).