2 # ifndef GENHASHTABLE_H
3 # define GENHASHTABLE_H
static const unsigned int DefaultIndex
Default index in primeList array.
Definition: genHashTable.H:31
static const unsigned int numPrimes
Number of primes saved in primeList array.
Definition: genHashTable.H:25
static const unsigned long DefaultPrime
Default prime number (this is primeList[DefaultIndex])
Definition: genHashTable.H:34
Definition: genHashTable.H:15
static const unsigned long primeList[]
Array of prime numbers.
Definition: genHashTable.H:28
static int prevPrimeIndex(unsigned long n)
Definition: genHashTable.H:63
static int nextPrimeIndex(unsigned long n)
Definition: genHashTable.H:44