Module pypcsim :: Class UniformIntegerDistribution
[hide private]
[frames] | no frames]

Class UniformIntegerDistribution

    object --+        
             |        
   ??.instance --+    
                 |    
RandomDistribution --+
                     |
                    UniformIntegerDistribution

Help on UniformIntegerDistribution [class]: Uniform distributed integers in the range [a,b]

Instance Methods [hide private]
 
__init__(...)
Help on UniformIntegerDistribution::UniformIntegerDistribution(int a=0, int b=1) [constructor]
 
clone(...)
Help on RandomDistribution * RandomDistribution::clone() const [member function]
 
get(...)

Inherited from RandomDistribution: __call__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 28
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on UniformIntegerDistribution::UniformIntegerDistribution(int a=0, int b=1) [constructor]

Overrides: object.__init__

clone(...)

 

Help on RandomDistribution * RandomDistribution::clone() const [member function]

Overrides: RandomDistribution.clone
(inherited documentation)