PDA

View Full Version : How does iGaussRange work?



kewlpopo
04-26-2018, 08:06 PM
If I call iGaussRange(1,10), does it return more heavily towards the middle of the range? or is the peak also random?

slacky
04-26-2018, 08:17 PM
If I call iGaussRange(1,10), does it return more heavily towards the middle of the range? or is the peak also random?
The peak is towards the mean, if the peak was random it would have the same outcome as regular "Random", as a result of a new peak location being computed every time you call it.

And just for reference, throwing an actual output of the function plotted (terribly):
https://i.imgur.com/JRtqQiI.png