js-util

Home > rc-js-util > NotRandomGenerator

NotRandomGenerator class

Instead of returning a random number, return the constant instead.

Signature:

export declare class NotRandomGenerator implements IRandomNumberGenerator 

Implements: IRandomNumberGenerator

Constructors

Constructor Modifiers Description
(constructor)(value)   Constructs a new instance of the NotRandomGenerator class

Methods

Method Modifiers Description
getNext()