shithub: cstory

ref: 12d45ac1ed6bce91bbc29c93d48cdc4d744fe0df
dir: /src/Random.h/

View raw version
#pragma once

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