Skip to content
Prev 82868 / 398503 Next

precision of rnorm

On Thu, 15 Dec 2005, Thomas Lumley wrote:

            
Mot for the default method for rnorm, as it uses two runif's.  The answer 
is somewhere in the 2^50s, as the base uniform random number uses 2^59 but 
some will be mapped to the same result.
And the default method for rnorm does so.