Interface IRandomDoubleProviderFactory
Namespace: SpiceSharpParser.Common.Mathematics.Probability
Assembly: SpiceSharpParser.dll
Syntax
public interface IRandomDoubleProviderFactory
Methods
| Improve this Doc View SourceGetRandomDouble(Nullable<Int32>)
Declaration
IRandomDoubleProvider GetRandomDouble(int? randomSeed)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Int32> | randomSeed |
Returns
| Type | Description |
|---|---|
| IRandomDoubleProvider |