The Tcl miscellaneous library module has the file name misc.tcl. This module contains miscellaneous procedures that do not belong in any other Future Lab module.
Here is a list of procedures in the miscellaneous library module:
The following modules are required along with this module:
This module requires the definition file:
Declaration : proc rnd {lowr highr}
Parameters :
Name : lowr
Type : number
Description : low range
Name : highr
Type : number
Description : high range
Returns : random number upon success, -1 otherwise
This procedure will generate a random number between the low range and the high range inclusive.