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