Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
hit_randhash.h File Reference
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for hit_randhash.h:

Go to the source code of this file.

Functions

unsigned long HitRandhash_uint64 (const unsigned long u)
 
unsigned int HitRandhash_uint32 (const unsigned long u)
 
double HitRandhash_double (const unsigned long u)
 
int HitRandhash_int32 (const unsigned long u)
 
long HitRandhash_int64 (const unsigned long u)
 

Function Documentation

double HitRandhash_double ( const unsigned long  u)
inline

Definition at line 27 of file hit_randhash.h.

Here is the call graph for this function:

int HitRandhash_int32 ( const unsigned long  u)
inline

Definition at line 32 of file hit_randhash.h.

Here is the call graph for this function:

long HitRandhash_int64 ( const unsigned long  u)
inline

Definition at line 34 of file hit_randhash.h.

Here is the call graph for this function:

unsigned int HitRandhash_uint32 ( const unsigned long  u)
inline

Definition at line 23 of file hit_randhash.h.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the caller graph for this function: