prcauchy {PRNG}R Documentation

Cauchy distribution

Description

This function generates random numbers from standard cauchy distribution

Usage

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

prcauchy(10)
prcauchy(10,Time=TRUE)
prcauchy(10,Time=TRUE)

[Package PRNG version 0.0.2.1.2 Index]