Show / Hide Table of Contents

Interface IRandomDoubleProviderFactory

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

Methods

| Improve this Doc View Source

GetRandomDouble(Nullable<Int32>)

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