Tcl Miscellaneous Library Module

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:

Module Dependencies

The following modules are required along with this module:

Module Definition Files

This module requires the definition file:

Module Procedures

rnd

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.

Goto Top | Tcl Applications | Tcl Software Overview | Tcl Library Overview
| Future Lab Home | Contact Webmaster | Feedback

Copyright © 2005-2006 Future Lab, Last Updated Jul 01, 2006