Learn R Programming

PRNG (version 0.0.2.1.2)

prcauchy: Cauchy distribution

Description

This function generates random numbers from standard cauchy distribution

Usage

prcauchy(n, Time = TRUE)

Value

a vector of n numbers from cauchy distribution

Arguments

n

How many numbers we want

Time

time dependent or not

Examples

Run this code
prcauchy(10)
prcauchy(10,Time=TRUE)
prcauchy(10,Time=TRUE)

Run the code above in your browser using DataLab