hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
random.cpp File Reference
#include <cstdint>
#include <runtime/random/random.h>
Include dependency graph for random.cpp:

Go to the source code of this file.

Functions

uint64_t runtime_random_legacy_unsigned ()
 
void runtime_random_legacy_set_seed (uint64_t seed)
 

Function Documentation

◆ runtime_random_legacy_set_seed()

void runtime_random_legacy_set_seed ( uint64_t  seed)

Definition at line 17 of file random.cpp.

◆ runtime_random_legacy_unsigned()

uint64_t runtime_random_legacy_unsigned ( )

Definition at line 8 of file random.cpp.