set.resolution {rngwell19937} | R Documentation |
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.
set.resolution(resolution)
resolution |
The required number of bits. Should be 53 or 32. |
There is no output value.