#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
double HitRandhash_double |
( |
const unsigned long |
u | ) |
|
|
inline |
int HitRandhash_int32 |
( |
const unsigned long |
u | ) |
|
|
inline |
long HitRandhash_int64 |
( |
const unsigned long |
u | ) |
|
|
inline |
unsigned int HitRandhash_uint32 |
( |
const unsigned long |
u | ) |
|
|
inline |
unsigned long HitRandhash_uint64 |
( |
const unsigned long |
u | ) |
|
|
inline |
High-quality random hash of an integer into several numeric types.
Copyright (C) Numerical Recipes Software 1986-2007
Updated to Hitmap v1.2 (c) 2015 Arturo Gonzalez-Escribano
Definition at line 15 of file hit_randhash.h.