shithub: cstory

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