rcauchy {PRNG}R Documentation

Cauchy distribution

Description

This function generates random numbers from standard cauchy distribution

Usage

rcauchy(n, Time = TRUE)

Arguments

n

How many numbers we want

Time

time dependent or not

Value

a vector of n numbers from cauchy distribution

Examples

rcauchy(10)
rcauchy(10,Time=TRUE)
rcauchy(10,Time=TRUE)

[Package PRNG version 0.0.2 Index]