MCPcopy Create free account
hub / github.com/Gecode/gecode / size

Method size

gecode/support/random.hpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165 template<unsigned int m, unsigned int a, unsigned int q, unsigned int r>
166 forceinline size_t
167 LinearCongruentialGenerator<m,a,q,r>::size(void) const {
168 return sizeof(LinearCongruentialGenerator<m,a,q,r>);
169 }
170
171
172 /** \brief Default values for linear congruential generator

Callers 1

bitset-offset.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected