set.resolution {rngwell19937}R Documentation

Set resolution of the output numbers 53 or 32 bits

Description

By resolution, we mean the number of random bits in the output numbers. The change of resolution is valid for the next calls to runif. Resolution 53 bits requires two iterations of the internal generator and their outputs are combined to a single number.

Usage

  set.resolution(resolution)

Arguments

resolution The required number of bits. Should be 53 or 32.

Value

There is no output value.


[Package rngwell19937 version 0.5-1 Index]