shithub: cstory

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

View raw version
#pragma once

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