PatchworkOS
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 by
1.9.8