|
THE META-HTML LANGUAGE REFERENCE MANUAL
|
Manual Page Viewer
Name: RANDOMIZE
Section:
Arithmetic Operators
Synopsis:
Description:
Sets the pseudo-random number generator seed to ARG. The next call to random
uses this seed value to find the next pseudo-random number. There is no return value.
<randomize 10>
<random 100> --> 28
<random 100> --> 15
<randomize 10>
<random 100> --> 28
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com