shithub: cstory

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

View raw version
#pragma once

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