srand


This procedure establishes a seed for the rand function.
Synopsis
procedure srand(
seed[1]:integer
)
Arguments
- seed
- A positive integer value to use as the seed for the rand
function.
Description
The srand procedure sets a seed for the rand
function to use when computing random numbers.
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.5 $ $Date: 1995/07/26 23:33:40 $