|  | IntRandomBernoulliDistribution Constructor | 
            Constructs a random number generator for a discrete binomial distribution
            using the default 0.50 probability of success on each trial.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic IntRandomBernoulliDistribution()
public:
IntRandomBernoulliDistribution()
new : unit -> IntRandomBernoulliDistribution
 See Also
See Also