Bases: unittest.case.TestCase
Test case for decision tree genepy interface
Gaussian distribution.
mu is the mean, and sigma is the standard deviation. This is slightly faster than the normalvariate() function.
Not thread-safe without a lock around calls.
Return random integer in range [a, b], including both end points.