Learn R Programming

RxODE (version 1.0.4)

rxRandNV: Create a random "normal" matrix using vandercorput generator

Description

Create a random "normal" matrix using vandercorput generator

Usage

rxRandNV(nrow = 1, ncol = 1)

Arguments

nrow

Number of rows

ncol

Number of Columns

Value

Matrix of random numbers

Examples

Run this code
# NOT RUN {
rxRandNV(1,1)
rxRandNV(3,2)

# }

Run the code above in your browser using DataLab