ReactOS 0.4.16-dev-927-g467dec4
rand.cpp File Reference
#include <corecrt_internal.h>
#include <stdlib.h>
Include dependency graph for rand.cpp:

Go to the source code of this file.

Functions

void __cdecl srand (unsigned int const seed)
 
int __cdecl rand ()
 

Function Documentation

◆ rand()

◆ srand()

void __cdecl srand ( unsigned int const  seed)

Definition at line 14 of file rand.cpp.

15{
16 __acrt_getptd()->_rand_state = seed;
17}
unsigned int _rand_state