Create a random "normal" matrix using vandercorput generator
rxRandNV(nrow = 1, ncol = 1)
nrow | Number of rows |
---|---|
ncol | Number of Columns |
Matrix of random numbers
Matthew Fidler
rxRandNV(1, 1)
#> [,1]
#> [1,] -1.148376
rxRandNV(3, 2)
#> [,1] [,2]
#> [1,] 1.8100159 -0.3399541
#> [2,] 0.5260981 -0.4540534
#> [3,] 0.9183106 -1.7677538