Discrete Uniform Distribution Properties
            
            Properties
| Capabilities | 
            Gets a value that indicates the capabilities of the distribution class.
             (Inherited from Distribution)  | 
| Entropy | 
            Gets the entropy of the distribution.
             (Overrides Distribution.Entropy)  | 
| IsUnimodal | 
            Gets whether the distribution has one or more modes.
             (Inherited from DiscreteDistribution)  | 
| Kurtosis | 
            Gets the kurtosis of the distribution.
             (Overrides Distribution.Kurtosis)  | 
| Max | Gets the exclusive highest possible value. | 
| Mean | 
            Gets the mean or expectation value of the distribution.
             (Overrides Distribution.Mean)  | 
| Min | Gets the lowest possible value. | 
| Mode | 
            Gets the mode of the distribution.
             (Overrides DiscreteDistribution.Mode)  | 
| Number | 
            Gets the number of modes of the distribution.
             (Overrides DiscreteDistribution.NumberOfModes)  | 
| Skewness | 
            Gets the skewness of the distribution.
             (Overrides Distribution.Skewness)  | 
| Standard | 
            Gets the standard deviation of the distribution.
             (Inherited from Distribution)  | 
| Statistic | 
            Gets the common symbol to describe a statistic
            from the distribution.
             (Inherited from Distribution)  | 
| Variance | 
            Gets the variance of the distribution.
             (Overrides Distribution.Variance)  |