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 SourceNext()
Computes random integer.
Declaration
int Next()
Returns
Type | Description |
---|---|
System.Int32 | A new random integer. |