From: James Edward Gray II Date: 2005-07-15T22:13:32+09:00 Subject: Re: [QUIZ] Sampling (#39) On Jul 15, 2005, at 8:10 AM, Jim Menard wrote: > The description does not say that the output needs to be randomly > selected from the input range. Without that, printing the first > numbers would be sufficient---and really fast. > > (0...members).each { | i | puts i } > > Should the output be randomly selected from the range of input values? Egad, yes. Massive oversight on my part. Sorry! James Edward Gray II