random.omrandom-version

function

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

Returns: The version information for the library


Declaration
define string function random.omrandom-version


Purpose

This function returns the version and copyright information for the OMRANDOM library.

Example:


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

Other Library Functions