 | LeapfrogStreamSupportedGeneratorTypes Field |
A list of basic random number generator types which support leapfrog
streams.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static readonly IList<RandomNumberStreamBasicRandGenType> SupportedGeneratorTypes
Public Shared ReadOnly SupportedGeneratorTypes As IList(Of RandomNumberStreamBasicRandGenType)
public:
static initonly IList<RandomNumberStreamBasicRandGenType>^ SupportedGeneratorTypes
static val SupportedGeneratorTypes: IList<RandomNumberStreamBasicRandGenType>
Field Value
IListRandomNumberStreamBasicRandGenType
See Also