Interface IRandomNumberGenerator
Namespace: PoeShared
Assembly: PoeShared.dll
Syntax
public interface IRandomNumberGenerator
Methods
| Name | Description |
|---|---|
| GenerateDelay(TimeSpan, TimeSpan) | |
| Next() | |
| Next(int) | |
| Next(int, int) | |
| NextDouble() | |
| NextFloat() | |
| NextTimeSpan(TimeSpan, TimeSpan) |