I have a function random(start, end)
that can return a random number from the start to end.
How can I sample a new number in normal distribution(given mean and variance) from the random numbers?
I have a function random(start, end)
that can return a random number from the start to end.
How can I sample a new number in normal distribution(given mean and variance) from the random numbers?