From: khaines@... Date: 2007-03-14T10:51:52+09:00 Subject: Re: Secure Random Number Generator On Tue, 13 Mar 2007, Joel VanderWerf wrote: > Dave King wrote: >> Hi- >> Is there a secure random number generator for Ruby that works on >> Windows and Linux? > > Is ISAAC[1] secure enough for you? > > I think Kirk Haines posted his implementation somewhere. (I've got one too, > but I never released it.) Crypt::ISAAC. I have a small update to it (that includes a pure C implementation that someone else donated) that I will try to get uploaded. May not get it done until after the MountainWest Rubyconf, though. Kirk Haines