dos_compilers/Microsoft QuickBASIC v3/manual/ng2a131.html
2024-07-01 13:00:14 -07:00

37 lines
1.3 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng29bbc.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng2a3e4.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>RANDOMIZE Reseed Random Number Generator</B>
<B>RANDOMIZE</B> [<U>expression</U>] or <B>RANDOMIZE</B> <B>TIMER</B>
Supplies a new seed for the pseudo-random number generator.
<U>expression</U> A numeric expression; a seed for the random number
generator.
TIMER If the keyword TIMER is supplied as argument, QuickBASIC
gets a new seed from the internal clock.
----------------------------------------------------------------------
<B>Notes:</B> If no argument is given, QuickBASIC prompts for a number
between -32768 and 32767. Each random number seed produces
a unique sequence of random numbers, but the same seed
always produces the same sequence.
</PRE>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>