1
2
3
4
5
#

Name:

Description:

400 triples of successive random numbers were taken from the VAX FORTRAN function RANDU running under VMS 1.5.

Variables:

A data frame with 400 observations on 3 variables named x, y and z which give the first, second and third random number in the triple.

 

Details

In three dimensional displays it is evident that the triples fall on 15 parallel planes in 3-space. This can be shown theoretically to be true for all triples from the RANDU generator.

These particular 400 triples start 5 apart in the sequence, that is they are ((U[5i+1], U[5i+2], U[5i+3]), i= 0, ..., 399), and they are rounded to 6 decimal places.

Under VMS versions 2.0 and higher, this problem has been fixed.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

David Donoho

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Random_Numbers_from_Congruential_Generator_RANDU_431_45.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.