Create a random "normal" matrix using vandercorput generator

rxRandNV(nrow = 1, ncol = 1)

Arguments

nrow

Number of rows

ncol

Number of Columns

Value

Matrix of random numbers

Author

Matthew Fidler

Examples


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