Re: Generating normally distributed randoms in CL
- From: raymond.toy@xxxxxxxxxxxx (Raymond Toy (RT/EUS))
- Date: Wed, 30 Jul 2008 16:21:37 -0400
"Madhu" == Madhu <enometh@xxxxxxxx> writes:
Madhu> I suggest that there is another reason to use a well known
Madhu> implementation.
Madhu> For serious simulations you want to publish repeatable results,
Madhu> _independent_ of the Common Lisp implementation you use---In that case
Madhu> your simulation program cannot depend on a package which calls CL:RANDOM
Madhu> [as different implementations will produce different sequences of
Madhu> numbers]. It is preferable to use FFI to a "Standard" C implementation,
Madhu> like the "RANLIB.C" package from NETLIB,
I would suggest that if your simulation results depended on the
sequence of random numbers, then your simulation is broken. Well,
assuming that the simulation wasn't about the rng, and assuming the
random number generator itself is not broken. :-)
Ray
.
- Follow-Ups:
- References:
- Generating normally distributed randoms in CL
- From: krzysztof.kielak@xxxxxxxxxxxxxx
- Re: Generating normally distributed randoms in CL
- From: Pascal J. Bourguignon
- Re: Generating normally distributed randoms in CL
- From: Tamas K Papp
- Re: Generating normally distributed randoms in CL
- From: Madhu
- Generating normally distributed randoms in CL
- Prev by Date: Re: Generating normally distributed randoms in CL
- Next by Date: Re: Generating normally distributed randoms in CL
- Previous by thread: Re: Generating normally distributed randoms in CL
- Next by thread: Re: Generating normally distributed randoms in CL
- Index(es):
Relevant Pages
|