setRandomGenerator method
dynamic
setRandomGenerator(
- dynamic randomFunction
Implementation
setRandomGenerator( randomFunction ) {
this.randomFunction = randomFunction;
return this;
}