shithub: cstory

ref: 1cc3d7fe305cbf6ed8f1e5a8b484ae45cd00ed4c
dir: /src/Random.h/

View raw version
#pragma once

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