One stop include for all objects defined as part of base interface.
Interface to the random number generator.
Definition irandom.h:13
virtual void setSeed(int32 i)=0
Sets the random number "seed". If i=0 then uses the default seed.
virtual double uniform()=0
Returns a value between 0.0 and 1.0 using a uniform distribution.
namespace Itasca
Definition basememory.cpp:10