shithub: cstory

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