Collapse imageExpand ImageCopy imageCopyHover image
       



NMath Suite Reference Guide
RandomNumberGenerator Class
Members See Also Send Feedback
Abstract base class for NMath random number generators.

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
[SerializableAttribute]
public abstract class RandomNumberGenerator : ICloneable
Visual Basic
<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

See Also

RandomNumberGenerator Members
CenterSpace.NMath.Core Namespace
Footer image

Copyright © 2013 CenterSpace Software, LLC. All rights reserved.