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