Class RandomNumbers is an adapter for the RandomNumberStream class to give the same behavior as a scalar-type
random number generator.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public class RandomNumbers<T, D> : ICloneable where D : new(), Object, IRandomNumberDistribution<T> |
| Visual Basic (Declaration) |
|---|
Public Class RandomNumbers(Of T, D As {New, Object, IRandomNumberDistribution(Of T)}) _ Implements ICloneable |
| Visual C++ |
|---|
generic<typename T, typename D> where D : gcnew(), Object, IRandomNumberDistribution<T> public ref class RandomNumbers : ICloneable |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:CenterSpace.NMath.Core.RandomNumbers`2"]
- D
[Missing <typeparam name="D"/> documentation for "T:CenterSpace.NMath.Core.RandomNumbers`2"]