public interface AQRandomNumberVariation extends AQRandomVariation
Instances of this interface can be instantiated by one of the following methods:
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
apply(java.lang.Number number)
Returns a number that is the sum of the specified number and a number randomly generated
from this object.
|
java.lang.Number apply(java.lang.Number number) throws java.lang.Exception
number
- a numberjava.lang.Exception
- if the specified number is null
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.