Generating Gaussian random numbers with restrictions

36 Views Asked by At

I want to generate a set of random numbers from N(M,S). with the following restrictions:
1. every sample x be greater than a constant c.
2. the error between sample mean and M be at most e1.
3. the error between sample std and S be at most e2.
How can a obtain a set of samples with these characteristics.