shithub: cstory

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