shithub: cstory

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