runif {math} R Documentation

runif generates random deviates.

Description

Usage

runif(
    n = 1,
    min = 0,
    max = 1);

Arguments

n

number of observations. If length(n) > 1, the length is taken to be the number required. [as integer]

min

lower And upper limits of the distribution. Must be finite. [as double]

max

lower And upper limits of the distribution. Must be finite. [as double]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type double.

clr value class

Examples


[Package math version 2.33.856.6961 Index]