--- Dave Whipp <[EMAIL PROTECTED]> wrote: > rand(@x) == @x.rand == @x[ rand int @x ] == @x[ rand(1) * @x ] > > guaranteeing a uniform distribution unless adverbial modifiers are > used.
Meaning I can do: $avg_joe = rand @students :bell_curve; ? =Austin