# Functions
CheckProposedGUID validates that a proposedGUID conforms to the standard pattern of "<prefix>_<alphanmeric string>" of length.
GenerateGUID generates a pseudorandom guid with a set prefix and length, unrelated to the timestamp.
# Constants
MaxGUIDRetryAttempts represents a reasonable number of attempts to generate a unique guid.
# Variables
ErrMaxGUIDRetryAttempts is the err if the maximum number of attempts on generating a unique guid as been reached.