PatchworkOS
966e257
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
srand.c
Go to the documentation of this file.
1
#include <
stdlib.h
>
2
3
#include "
common/random.h
"
4
5
void
srand
(
unsigned
seed
)
6
{
7
random_seed
(
seed
);
8
}
seed
static atomic_uint64_t seed
Definition
rand.c:11
random_seed
void random_seed(unsigned newSeed)
Definition
random.c:21
random.h
srand
void srand(unsigned seed)
Definition
srand.c:5
stdlib.h
src
libstd
functions
stdlib
srand.c
Generated on Mon Dec 15 2025 21:55:53 for PatchworkOS by
1.9.8