shithub: cstory

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

View raw version
#pragma once

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