Struct RandomInteger
Implements
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public readonly struct RandomInteger : IEquatable<RandomInteger>
Constructors
| Name | Description |
|---|---|
| RandomInteger() | |
| RandomInteger(int) | |
| RandomInteger(int, int) |
Properties
| Name | Description |
|---|---|
| Max | |
| Min | |
| Randomize | Gets or sets a value indicating whether the value should be randomized. When set to true, the actual delay will be a random value between Min and Max. |
Methods
| Name | Description |
|---|---|
| Equals(RandomInteger) | |
| Equals(object) | |
| GetHashCode() | |
| Next() | Returns next random timespan |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(RandomInteger, RandomInteger) | |
| implicit operator RandomInteger(int) | |
| operator !=(RandomInteger, RandomInteger) |