#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 CArray< int, Length > | table |
Definition at line 13 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 | ( | size_t | key | ) | [inline, static] |
static int osl::hash::HashRandom::value | ( | const HashKey & | key | ) | [inline, static] |
Definition at line 25 of file hashRandom.h.
References osl::hash::HashKey128::signature(), and value().
const size_t osl::hash::HashRandom::Length = 0x1000 [static] |
Definition at line 16 of file hashRandom.h.
osl::CArray< int, osl::hash::HashRandom::Length > osl::hash::HashRandom::table [static, private] |
Definition at line 18 of file hashRandom.h.