wshfdemo.icn: Program to demonstrate weighted shuffle procedure

May 23, 1994; Erik Eid
This file is in the public domain.
    This program is a short demo of the WeightedShuffle procedure.  The
user is first prompted for a random number seed.  Then, the user is asked
to enter a size for the list to be shuffled and what percentage of that
list to be shuffled.  The original and shuffled lists are then displayed.

Source code | Program Library Page | Icon Home Page