Abstract base class for NMath random number generators.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class RandomNumberGenerator : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class RandomNumberGenerator _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RandomNumberGenerator abstract : ICloneable |
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenBeta
CenterSpace.NMath.Core..::.RandGenBinomial
CenterSpace.NMath.Core..::.RandGenExponential
CenterSpace.NMath.Core..::.RandGenGamma
CenterSpace.NMath.Core..::.RandGenGeometric
CenterSpace.NMath.Core..::.RandGenJohnson
CenterSpace.NMath.Core..::.RandGenLogNormal
CenterSpace.NMath.Core..::.RandGenMTwist
CenterSpace.NMath.Core..::.RandGenNormal
CenterSpace.NMath.Core..::.RandGenPareto
CenterSpace.NMath.Core..::.RandGenPoisson
CenterSpace.NMath.Core..::.RandGenTriangular
CenterSpace.NMath.Core..::.RandGenUniform
CenterSpace.NMath.Core..::.RandGenWeibull
CenterSpace.NMath.Core..::.RandomNumberGenerator
CenterSpace.NMath.Core..::.RandGenBeta
CenterSpace.NMath.Core..::.RandGenBinomial
CenterSpace.NMath.Core..::.RandGenExponential
CenterSpace.NMath.Core..::.RandGenGamma
CenterSpace.NMath.Core..::.RandGenGeometric
CenterSpace.NMath.Core..::.RandGenJohnson
CenterSpace.NMath.Core..::.RandGenLogNormal
CenterSpace.NMath.Core..::.RandGenMTwist
CenterSpace.NMath.Core..::.RandGenNormal
CenterSpace.NMath.Core..::.RandGenPareto
CenterSpace.NMath.Core..::.RandGenPoisson
CenterSpace.NMath.Core..::.RandGenTriangular
CenterSpace.NMath.Core..::.RandGenUniform
CenterSpace.NMath.Core..::.RandGenWeibull