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)

nlmixrdevelopment/RxODE documentation built on April 10, 2022, 5:36 a.m.