shithub: cstory

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

View raw version
#pragma once

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