[#4567] Re: What's the biggest Ruby development? — Aleksi Niemel<aleksi.niemela@...>

Dave said:

18 messages 2000/08/23
[#4568] Q's on Marshal — Robert Feldt <feldt@...> 2000/08/23

[#4580] RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/25

[#4584] Re: RubyUnit testcase run for different init params? — Dave Thomas <Dave@...> 2000/08/25

Robert Feldt <feldt@ce.chalmers.se> writes:

[#4623] Re: RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/28

On Sat, 26 Aug 2000, Dave Thomas wrote:

[#4652] Andy and Dave's European Tour 2000 — Dave Thomas <Dave@...>

24 messages 2000/08/30
[#4653] Re: Andy and Dave's European Tour 2000 — matz@... (Yukihiro Matsumoto) 2000/08/30

Hi,

[#4657] Ruby tutorials for newbie — Kevin Liang <kevin@...> 2000/08/30

Hi,

[ruby-talk:4536] Re: RFC: Ruby extension for Random numbers

From: Brian Fundakowski Feldman <green@...>
Date: 2000-08-22 01:17:20 UTC
List: ruby-talk #4536
I'd like to ask that you provide a class that uses /dev/random, too!
FreeBSD's /dev/random in 5.0 uses Yarrow, so it can be used as just
about the highest-quality RNG you could think of :)

Also, how about one that uses the arc4random.c-type generator?  That
is quite fast, and is pretty darn good if you add some real entropy
every once in a while ;)

I'd like it if there was a RandBest (or something) class that would
use whatever the highest quality RNG you have on your system is.

Count me as supportive of a good RNG for the base Ruby (or even just
RAA, too :) The most important features for me are that it's of higher
quality than rand() or random() and can read an arbitrary number of
bytes into a buffer.  Being of cryptographically strong quality is a
major plus!

--
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 green@FreeBSD.org                    `------------------------------'


In This Thread

Prev Next