rexp {PRNG}R Documentation

Exponentail distribution

Description

This function generates random numbers from exponentail distribution

Usage

rexp(n, Time = TRUE)

Arguments

n

how many numbers we need

Time

time dependent or not

Value

a vector of n numbers from exponential distribution

Examples

 rexp(10)
   rexp(10)
   rexp(10,FALSE)
   rexp(10,FALSE)

[Package PRNG version 0.0.2 Index]