R/random.R

complex.runif <-
function (length.out = 0L, modulus = c(0, 1), argument = c(0, 2 * pi))
    complex(modulus  = runif(length.out,  modulus[1L],  modulus[2L]),
            argument = runif(length.out, argument[1L], argument[2L]))

Try the flint package in your browser

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

flint documentation built on June 8, 2025, 1:27 p.m.