setRandomGenerator method

dynamic setRandomGenerator(
  1. dynamic randomFunction
)

Implementation

setRandomGenerator( randomFunction ) {

  this.randomFunction = randomFunction;
  return this;

}