prexp: Exponentail distribution

View source: R/PRNG.R

prexpR 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)

PRNG documentation built on Sept. 11, 2024, 6:13 p.m.

Related to prexp in PRNG...