shithub: cstory

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