Blender V5.0
murmurhash.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2018-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include <cstdint>
8
10
11uint32_t util_murmur_hash3(const void *key, const int len, const uint32_t seed);
12float util_hash_to_float(const uint32_t hash);
13
static unsigned long seed
Definition btSoftBody.h:39
#define CCL_NAMESPACE_END
CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3(const void *key, const int len, const uint32_t seed)
float util_hash_to_float(const uint32_t hash)
#define hash
Definition noise_c.cc:154
uint len