Show / Hide Table of Contents

Interface IRandomIntegerProviderFactory

Namespace: SpiceSharpParser.Common.Mathematics.Probability
Assembly: SpiceSharpParser.dll
Syntax
public interface IRandomIntegerProviderFactory

Methods

| Improve this Doc View Source

GetRandomInteger(Nullable<Int32>)

Declaration
IRandomIntegerProvider GetRandomInteger(int? randomSeed)
Parameters
Type Name Description
System.Nullable<System.Int32> randomSeed
Returns
Type Description
IRandomIntegerProvider
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX