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