#include <hashRandom.h>
Static Public Member Functions | |
static void | setUp (double sigma) |
static int | value (size_t key) |
static int | value (const HashKey &key) |
Static Public Attributes | |
static const size_t | Length = 0x1000 |
Static Private Attributes | |
static int | table [Length] |
Definition at line 12 of file hashRandom.h.
void osl::hash::HashRandom::setUp | ( | double | sigma | ) | [static] |
Definition at line 76 of file hashRandom.cc.
static int osl::hash::HashRandom::value | ( | const HashKey & | key | ) | [inline, static] |
Definition at line 24 of file hashRandom.h.
References value().
static int osl::hash::HashRandom::value | ( | size_t | key | ) | [inline, static] |
const size_t osl::hash::HashRandom::Length = 0x1000 [static] |
Definition at line 15 of file hashRandom.h.
int osl::hash::HashRandom::table [static, private] |
Definition at line 17 of file hashRandom.h.