Lisp HUG Maillist Archive

Random Numbers?

Hi,

Anyone know what the underlying RNG in LW is? 

If not a Mersenne Twister, does anyone know how to properly, and randomly, seed the MT19937 RNG? (e.g., from GSL?)

Dr. David McClain
Chief Technical Officer
Refined Audiometrics Laboratory
4391 N. Camino Ferreo
Tucson, AZ  85750

email: dbm@refined-audiometrics.com
phone: 1.520.390.3995
web: http://refined-audiometrics.com



Re: Random Numbers?

I can't answer your question but you might be interested in the cl-variates project

http://common-lisp.net/project/cl-variates

(It's maintained but not under active development).


On Jul 2, 2008, at 9:07 PM, David McClain wrote:

Hi,

Anyone know what the underlying RNG in LW is? 

If not a Mersenne Twister, does anyone know how to properly, and randomly, seed the MT19937 RNG? (e.g., from GSL?)

Dr. David McClain
Chief Technical Officer
Refined Audiometrics Laboratory
4391 N. Camino Ferreo
Tucson, AZ  85750

email: dbm@refined-audiometrics.com
phone: 1.520.390.3995
web: http://refined-audiometrics.com




--
Gary Warren King, metabang.com 
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM




Re: Random Numbers?

Unable to parse email body. Email id is 8339

Re: Random Numbers?

On Tue, 8 Jul 2008 13:29:44 -0700, David McClain <dbm@refined-audiometrics.com> wrote:

> OS's Entropy Store?
>
> Is that a tongue in cheek joke of the British variety? Or is this
> something real of which I am ignorant?

I would think that Martin was referring to something like this:

  http://en.wikipedia.org/wiki/Urandom

(This article is about UNIX-like systems which includes OS X, but note
that Windows is mentioned as well, towards the end.)


Updated at: 2020-12-10 08:42 UTC