shithub: cstory

ref: 505c9cc8f539d88e56d7b99fcebeb333deb9a2bb
dir: /src/Random.h/

View raw version
#pragma once

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