powered by
Generate random complex numbers using the specified distribution. By default rnorm is used.
rnorm
Length of the output vector
The distribution for the random number genertor
A vector of random numbers
rcomp(n, dist)
rcomp(n, dist=rnorm)
This function is used primarily to generate random matrices.
# NOT RUN { rcomp(10) rcomp(10, runif) # }
Run the code above in your browser using DataLab