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
5void srand(unsigned seed)
6{
8}
static atomic_uint64_t seed
Definition rand.c:11
void random_seed(unsigned newSeed)
Definition random.c:21
void srand(unsigned seed)
Definition srand.c:5