hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
random.h File Reference
#include <cstddef>
#include <cstdint>
#include <cstdlib>
Include dependency graph for random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void runtime_random_legacy_set_seed (uint64_t seed)
 
uint64_t runtime_random_legacy_unsigned ()
 

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.