virtual Double uniform()=0
Returns a value between 0.0 and 1.0 using a uniform distribution.
virtual void setSeed(Int i)=0
Sets the random number "seed". If i=0 then uses the default seed.
namespace Itasca
Definition: basememory.cpp:9
int Int
signed 32 bit
Definition: basedef.h:30
double Double
64 bit floating point
Definition: basedef.h:40
One stop include for all objects defined as part of base interface.
Interface to the random number generator.
Definition: irandom.h:13