ref: d1a4203e8983629646e1a85949429be10483dced dir: /src/Random.h/
// Released under the MIT licence. // See LICENCE.txt for details. #pragma once int msvc_rand(void); void msvc_srand(unsigned int seed);