prcauchy: Cauchy distribution

View source: R/PRNG.R

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

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