Generation of an array of Random numbers with defined Min, Max, Mean and Stdev with given number of
Posted
by Viet
on Stack Overflow
See other posts from Stack Overflow
or by Viet
Published on 2010-03-29T08:30:16Z
Indexed on
2010/03/29
12:03 UTC
Read the original article
Hit count: 361
I'd like to generate an array of Random numbers with defined Min, Max, Mean and Stdev with given number of elements and error level. Is there such a library in C, C++, PHP or Python to do so? Please kindly advise. Thanks!
© Stack Overflow or respective owner