Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Locomotive BASIC

4 bytes added, 14:19, 26 February 2007
/* RANDOMIZE [seed] */
==== RANDOMIZE [seed] ====
 
: Resets the pseudo-random generator to the given seed. What is strange is that if no seed is given, one is interactively prompted for.
: A common idiom to have a ''random'' random seed is to do: 
<pre>
RANDOMIZE TIME
197
edits