prexp {PRNG}R Documentation

Exponentail distribution

Description

This function generates random numbers from exponentail distribution

Usage

prexp(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

 prexp(10)
   prexp(10)
   prexp(10,FALSE)
   prexp(10,FALSE)

[Package PRNG version 0.0.2.1.2 Index]