Show / Hide Table of Contents

Interface IRandomDoubleProvider

Interface for all random double providers.

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

Methods

| Improve this Doc View Source

NextDouble()

Computes new random double in range (0, 1).

Declaration
double NextDouble()
Returns
Type Description
System.Double

Random double in range (0, 1).

| Improve this Doc View Source

NextSignedDouble()

Computes new random double in range (-1, 1).

Declaration
double NextSignedDouble()
Returns
Type Description
System.Double

Random double in range (-1, 1).

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX