non-uniform distributed random array

Posted by Javier on Stack Overflow See other posts from Stack Overflow or by Javier
Published on 2010-06-12T11:55:09Z Indexed on 2010/06/12 12:02 UTC
Read the original article Hit count: 199

Filed under:

Dear all,

I need to generate a vector of random float numbers between [0,1] such that their sum equals 1 and that are distributed non-uniformly. Is there any python function that generates such a vector?

Best wishes

© Stack Overflow or respective owner

Related posts about python