DixieRandomParamProvider Class Reference
| Inherits from | DixieBaseParamProvider : NSObject |
| Declared in | DixieRandomParamProvider.h DixieRandomParamProvider.m |
Class Methods
providerWithUpperBound:
Creates a DixieRandomParamProvider with a given uppper bound
+ (instancetype)providerWithUpperBound:(id)upperBoundParameters
- upperBound
The upper limit to the random numbers, the numbers can be only lower than this
Return Value
a DixieRandomParamProvider
Discussion
Creates a DixieRandomParamProvider with a given uppper bound
Declared In
DixieRandomParamProvider.h