Click or drag to resize

IntRandomUniformBitsDistribution Class

Class IntRandomUniformBitsDistribution generates integer values with uniform bit distribution.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreIntRandomUniformBitsDistribution

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class IntRandomUniformBitsDistribution : IRandomNumberDistribution<int>, 
	ICloneable

The IntRandomUniformBitsDistribution type exposes the following members.

Constructors
 NameDescription
Public methodIntRandomUniformBitsDistribution Constructs an IntRandomUniformBitsDistribution generator.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill Uses the given random number stream to fill the given array of integers with random values.
Top
See Also