shithub: cstory

ref: fc874f063e22b3b2c2ddf6f12ec1fcc18e544c7c
dir: /src/Random.h/

View raw version
#pragma once

int msvc_rand(void);
void msvc_srand(unsigned int seed);