shithub: cstory

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

View raw version
#pragma once

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