*****************************************************************************

Preliminary to setting up...
----------------------------

Minimum requirements are a stock, (out of box OPTION), Amiga A1200(HD) and
a full default WorkBench 3.0x install; NOTE: the hard disk drive IS needed!
There are NO dependancies, either Software or Hardware, needed for this to
work.
It is assumed that the S: volume exists, that is, assigned to SYS:S...
The archive #?.shell(s) are in PURE AmigaShell scripting and gives the
the AMIGA the ability to have random number generation from the S: volume
directly as a command using the Execute command.
The random results are to the same depth as the ARexx RANDOM() function.

*****************************************************************************

Setting up...
-------------

<CR> is the RETURN/ENTER kay.

1) Obviously boot the machine and start up a shell for the following...
2) Copy S:Startup-Sequence TO S:Startup-Sequence.ORIG<CR>
3) MEmacs S:Startup-Sequence<CR>
4) Ensure the Hard Disk Drive's S:Startup-Sequence has the line below by
   editing and commenting out the original ENV: assignment line and adding
   the line as shown.

Assign ENV: ENVARC:

   Save and exit.
5) Copy the #?.shell files by any method you choose from the unarchived
   WH_Random_Amiga/S drawer to the S: volume.
6) Reboot and you are ready to go.
7) IF you need this Random Number Generator to start at other values, go to
   the S: volume and type:
   Execute S:SetRandomSeedsFixed.shell<CR>
8) The parameters needed are permanently stored inside ENVARC: and the file
   will not need to be run ever again, unless of course, you want to.
   Now read the 'SetRandomSeedsFixed.shell.txt' file for more information...

*****************************************************************************
