shithub: cstory

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

View raw version
#pragma once

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