random.omrandom-version

function

Library: Random number utilities (OMRANDOM)
Import : omrandom.xmd

Returns: the version information for the library


Declaration
export string function 
   omrandom-version


Purpose

random.omrandom-version returns the version and copyright information for the OMRANDOM library.

Example

The following program outputs the version information for the OMRANDOM library:

  import "omrandom.xmd" prefixed by random.
  
  process
     output random.omrandom-version || "%n"

Usage Note

To use random.omrandom-version, you must import OMRANDOM into your program using an import declaration such as:

  import "omrandom.xmd" prefixed by random.

Other Library Functions