shithub: cstory

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