Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vonNeumann

von Neumann Random Number Generator


Description

The "vonNeumann" function implements the von Neumann random generator as detailed in Section 11.2.

Usage

vonNeumann(x, n)

Arguments

x

the initial seed

n

number of required observations

Author(s)

Prabhanjan N. Tattar

Examples

vonNeumann(x=11,n=10)
vonNeumann(x=675248,n=10)
vonNeumann(x=8653,n=100)

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.