shithub: cstory

ref: c51c37600c6b34c34ef1fa8b6ac864cf2770fc02
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);