Show / Hide Table of Contents

Interface IRandomIntegerProvider

Interface for all random integer providers.

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

Methods

| Improve this Doc View Source

Next()

Computes random integer.

Declaration
int Next()
Returns
Type Description
System.Int32

A new random integer.

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