HighMap library (C++)
Loading...
Searching...
No Matches
random.hpp
Go to the documentation of this file.
1/* Copyright (c) 2026 Otto Link. Distributed under the terms of the GNU General
2 Public License. The full license is in the file LICENSE, distributed with
3 this software. */
4#pragma once
5#include <cstddef>
6#include <cstdint>
7
8namespace hmap
9{
10
11float hash_to_unit_float(unsigned int seed, size_t k);
12
13}
Definition algebra.hpp:23
float hash_to_unit_float(unsigned int seed, size_t k)
Definition hash.cpp:10