17 virtual long randint(
long start,
long end)
const = 0;
23 virtual long randintExcept(
long start,
long end,
long except)
const = 0;
The IRandomGenerator interface represents a random number generator that can be received e....
Definition irandomgenerator.h:12
virtual long randint(long start, long end) const =0
virtual long randintExcept(long start, long end, long except) const =0
virtual double randintDouble(double start, double end) const =0
virtual ~IRandomGenerator()
Definition irandomgenerator.h:14
#define LIBSCRATCHCPP_EXPORT
Definition global.h:17
The main namespace of the library.
Definition asset.h:10