How to get a random number for given mean and standard error in C++? Are there any built-in functions that can be used straightway?
I am aware of some examples, which using mean and standard deviation to get a random number. However, I do not know the number of replications and only have the mean and standard error, so I would not be able to calculate the standard deviation. Any thoughts?
I appreciate your time and help. Thanks. :-)