Generated on Wed Nov 1 15:04:50 2006 for Gecode by doxygen 1.4.5

random.hh File Reference

(Revision: 3514)

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Support

Classes

class  Gecode::Support::LinearCongruentialGenerator< m, a, q, r >
 Template for linear congruential generators. More...

Defines

#define GECODE_RAND_MAX

Typedefs

typedef LinearCongruentialGenerator< 2147483647, 48271, 44488, 3399 > Gecode::Support::RandomGenerator
 Default choice of values for the linear congruential generator.


Define Documentation

#define GECODE_RAND_MAX
 

Definition at line 27 of file random.hh.