CESampler
constructor(problemDefinition: ProblemDefinition, streamNum: Int = 0, streamProvider: RNStreamProviderIfc = RNStreamProvider())(source)
Parameters
problem Definition
the problem definition associated with the sampling process
stream Num
the stream number used while the sampler is standalone (unattached); 0 (the default) means the next available stream. It is superseded once the sampler is attached to a solver.
stream Provider
the provider used while the sampler is standalone; defaults to a fresh RNStreamProvider so the sampler has its own streams. It is replaced by the solver's provider on attachment.