public class UniformFixedNoiseFunction extends Object implements NoiseFunction
| Constructor and Description |
|---|
UniformFixedNoiseFunction(double range)
Class constructor.
|
public UniformFixedNoiseFunction(double range)
range - the range, in each direction, of potential noise.public double apply(double trueValue)
apply in interface NoiseFunctiontrueValue - the actual value of the quantity.Copyright © 2013. All rights reserved.