OpenClonk
random-handle.cpp File Reference
Include dependency graph for random-handle.cpp:

Go to the source code of this file.

Functions

void c4_random_handle_seed (unsigned int seed)
 

Function Documentation

◆ c4_random_handle_seed()

void c4_random_handle_seed ( unsigned int  seed)

Definition at line 22 of file random-handle.cpp.

23 {
24  FixedRandom(seed);
25 }
void FixedRandom(uint64_t seed)
Definition: C4Random.cpp:37

References FixedRandom().

Referenced by mape_random_seed().

Here is the call graph for this function:
Here is the caller graph for this function: