Constructor UniformSampler
UniformSampler()
Constructs a UniformSampler
Declaration
public UniformSampler()
UniformSampler(float, float)
Constructs a new uniform distribution sampler
Declaration
public UniformSampler(float min, float max)
Parameters
Type | Name | Description |
---|---|---|
float | min | The smallest value contained within the range |
float | max | The largest value contained within the range |