Sampler constructor
Sampler(
- SamplerConfig cfg, {
- int seed = 1337,
Implementation
Sampler(this.cfg, {int seed = 1337}) : _rng = math.Random(seed);
Sampler(this.cfg, {int seed = 1337}) : _rng = math.Random(seed);