Previous: 4.67.1.26. Output variable To the Table of Contents Next: 4.67.1.28. StdErrorHandle variable
4.67.1.26. Output variable Table of Contents 4.67.1.28. StdErrorHandle variable

- 4.67.1.27. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.27. RandSeed variable


4.67.1.27. RandSeed variable

Targets: MS-DOS, OS/2, Win32


System Unit

RandSeed stores the built-in random number generator's seed. By assigning a specific value to RandSeed, the Random function can be made to repeatedly generate a specific sequence of random numbers.

This is useful for applications that deal with data encryption, statistics, and simulations.


Previous: 4.67.1.26. Output variable To the Table of Contents Next: 4.67.1.28. StdErrorHandle variable
4.67.1.26. Output variable Table of Contents 4.67.1.28. StdErrorHandle variable

- 4.67.1.27. -