prcauchy {PRNG} | R Documentation |
This function generates random numbers from standard cauchy distribution
prcauchy(n, Time = TRUE)
n |
How many numbers we want |
Time |
time dependent or not |
a vector of n numbers from cauchy distribution
prcauchy(10)
prcauchy(10,Time=TRUE)
prcauchy(10,Time=TRUE)