shithub: cstory

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