Inherits from DixieBaseParamProvider : NSObject
Declared in DixieRandomParamProvider.h
DixieRandomParamProvider.m

Overview

Provides a random number object

Tasks

Other Methods

Other Methods

Class Methods

providerWithUpperBound:

Creates a DixieRandomParamProvider with a given uppper bound

+ (instancetype)providerWithUpperBound:(id)upperBound

Parameters

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

Instance Methods

parameter

Returns an object

- (id)parameter

Return Value

an object

Discussion

Returns an object

Declared In

DixieBaseParamProvider.h

setSeed:

Set the seed for the random generator

- (void)setSeed:(id)seed

Parameters

seed

A seed for deterministic behaviour

Discussion

Set the seed for the random generator

Declared In

DixieRandomParamProvider.h