Go to the documentation of this file.
3 #ifndef OSL_HASHRANDOMPAIR_H
4 #define OSL_HASHRANDOMPAIR_H
15 static const size_t Length = 0x100000;
20 static void setUp(
unsigned int seed,
unsigned int prob100);
21 static std::pair<char,char>
value(
size_t key)
32 using hash::HashRandomPair;