Blender  V3.3
Functions
murmurhash.h File Reference
#include "util/types.h"

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3 (const void *key, int len, uint32_t seed)
 
float util_hash_to_float (uint32_t hash)
 

Function Documentation

◆ util_hash_to_float()

float util_hash_to_float ( uint32_t  hash)

◆ util_murmur_hash3()

CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3 ( const void key,
int  len,
uint32_t  seed 
)