setRandomGenerator method

MeshSurfaceSampler setRandomGenerator(
  1. dynamic randomFunction
)

Implementation

MeshSurfaceSampler setRandomGenerator( randomFunction ) {
  this.randomFunction = randomFunction;
  return this;
}