shithub: cstory

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

View raw version
// Released under the MIT licence.
// See LICENCE.txt for details.

#pragma once

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