uniform(4)
uniform(4) + dirichlet(1:4) # identical (but the normalizing constant is lost)
# Two ways to do the same thing:
rhyperdirichlet(n=11, uniform(4))
t(replicate(11,diff(c(0,sort(runif(3)),1))))
Run the code above in your browser using DataLab