Class RandomNumberStream is a vectorized random number generator which yields
a stream of random numbers from various probability distributions.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public class RandomNumberStream : ICloneable, IDisposable |
| Visual Basic (Declaration) |
|---|
Public Class RandomNumberStream _ Implements ICloneable, IDisposable |
| Visual C++ |
|---|
public ref class RandomNumberStream : ICloneable, IDisposable |
Remarks
Unlike scalar-type generators whose output is a successive random number, vector
generators produce a vector of n successive random numbers from a given
distribution. Vector type random number generators will generally perform
better than scalar ones because overhead expense of a function call
are comparable to the total time required for computation.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Core..::.RandomNumberStream
CenterSpace.NMath.Core..::.LeapfrogStream
CenterSpace.NMath.Core..::.SkipAheadStream
CenterSpace.NMath.Core..::.RandomNumberStream
CenterSpace.NMath.Core..::.LeapfrogStream
CenterSpace.NMath.Core..::.SkipAheadStream