I wish to generate three uniformly-distributions with specified correlations. How do I go about doing that?
For example, over here, a comment provides a quick method to generate pairs of random numbers which are uniformly distributed with specified correlation. I want to extend that to three uniform distributions.
I have read that copulas are the way to go about doing this, but I am unclear how. I have looked at this post and while it seems to be asking the same question that I am, I did not find the answers helpful. Any help is appreciated.