R/racg.R

Defines functions racg

Documented in racg

################################
#### Random values generation from the angular central Gaussian distribution
#### Tsagris Michail 03/2016
#### mtsagris@yahoo.gr
################################
racg <- function(n, sigma) {
  Rfast::racg(n, sigma)
}

Try the Directional package in your browser

Any scripts or data that you put into this service are public.

Directional documentation built on March 11, 2026, 9:08 a.m.