In passing someone had suggested to me that I could use half normal distribution in python to set min and max points using 0 to infinity: halfnorm.rvs()
The 0 seems to cut off the min, however I have no idea what to do with the infinity.
I would like to do a number generator from 0 - 15 within a normal distribution, but having a hard time finding a function that doesn't go over the max or below the min due to the nature of distribution limits.

