|
hoshi-lang dev
Yet another programming language
|
#include <cstddef>#include <cstdint>#include <cstdlib>

Go to the source code of this file.
Functions | |
| void | runtime_random_legacy_set_seed (uint64_t seed) |
| uint64_t | runtime_random_legacy_unsigned () |
| void runtime_random_legacy_set_seed | ( | uint64_t | seed | ) |
Definition at line 17 of file random.cpp.
| uint64_t runtime_random_legacy_unsigned | ( | ) |
Definition at line 8 of file random.cpp.