Initializing help system before first use

newmuid

newmuid


Purpose
Generate a unique identifier.
Synopsis
const char *newmuid(XPRMcontext ctx)
Return value
An identifier string.
Further information
1. This function returns a string of the form muid#_xxx where # is an execution number in hexadecimal (specific to this model execution) and xxx a random hexadecimal number. It is guaranteed that each generated value will never be returned again.
2. The returned value is a registered string (see regstring).