rbnorm: Bounded Normal (Really: Scaled Beta) Distribution
Description
rbnorm() is a function to randomly generate values from a bounded normal
(really: a scaled beta) distribution with specified mean, standard deviation, and upper/lower bounds.
I use this function to randomly generate data that we treat as interval for sake of getting
means and standard deviations, but have discernible bounds (and even skew) to teach students
about things like random sampling and central limit theorem.