von Neumann Random Number Generator
The "vonNeumann" function implements the von Neumann random generator as detailed in Section 11.2.
vonNeumann(x, n)
x |
the initial seed |
n |
number of required observations |
Prabhanjan N. Tattar
vonNeumann(x=11,n=10) vonNeumann(x=675248,n=10) vonNeumann(x=8653,n=100)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.