Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!skink.cis.ohio-state.edu!adkins From: adkins@skink.cis.ohio-state.edu (Brian Adkins) Newsgroups: comp.lang.c Subject: Re: Normal distribution random number generator -- WANTED Keywords: random number generator Message-ID: <86742@tut.cis.ohio-state.edu> Date: 12 Dec 90 18:32:29 GMT References: <1015@qusung.queensu.CA> <86482@tut.cis.ohio-state.edu> <127217@linus.mitre.org> Sender: news@tut.cis.ohio-state.edu Reply-To: Brian Adkins Organization: Ohio State University Computer and Information Science Lines: 7 >>I'm not sure if this is exactly what you want, but the Box-Muller method >>takes a pair of independent uniform variables ("regular random numbers") > ^^^^^^^^^^^ >If the two variables you start with are correlated, the resulting numbers >won't have a normal distribution. Make sure you have a good RNG if you use Well what do you think I mean when I say independent uniform variables?