On Wednesday 26 April 2006 2:36 pm, Michael Gorsuch wrote:

> I building a list of words (storing them in an Array).
>
> I want to randomize the order.
>
> Can anyone point me to a tutorial or common algorithm for that?

@array.sort_by {rand}


Kirk Haines