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

View source: R/rxrandom.R

rxRandNVR Documentation

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

Author(s)

Matthew Fidler

Examples


rxRandNV(1, 1)
rxRandNV(3, 2)

RxODE documentation built on March 23, 2022, 9:06 a.m.