shithub: cstory

ref: 52c2a5ceee262e18b7e4ff7f3c117ab765c1efc8
dir: /src/Random.h/

View raw version
#pragma once

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