getSeed - returns the last seed used on the random number generator

USAGE

    getSeed

DESCRIPTION

This command returns the last value used to seed the random number generator. This is useful if you fail to store the seed value and later decide to duplicate the previous run.

EXAMPLES

To reseed with the previous seed value:

    lens> seed [getSeed]

SEE ALSO

seed


Last modified: Mon Jun 8.33:42:03 EDT 1998