PatchworkOS
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1
#pragma once
2
3
int
random_gen
(
void
);
4
5
void
random_seed
(
unsigned
newSeed);
random_gen
int random_gen(void)
Definition
random.c:8
random_seed
void random_seed(unsigned newSeed)
Definition
random.c:21
src
libstd
common
random.h
Generated by
1.9.8