Home > rc-js-util > NotRandomGenerator
Instead of returning a random number, return the constant instead.
Signature:
export declare class NotRandomGenerator implements IRandomNumberGenerator
Implements: IRandomNumberGenerator
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(value) | Constructs a new instance of the NotRandomGenerator class |
| Method | Modifiers | Description |
|---|---|---|
| getNext() |