Re: [Algorithms] Random Numbers
Brought to you by:
vexxed72
From: Nikolay S. <ni...@we...> - 2000-09-08 12:18:52
|
> Does anyone know of a good book or other reference that'd > explain various > aspects of generating random numbers to someone that's not so much > mathematically inclined? E.g. how to test whether a random number > generator is good etc? Try out Don Knuth's "The Art Of Computer Programming", second volume. There's a chapter exactly on that [as far as I remember from my statistics class in university, becomes foggy :-)] . Cheers, Niki |