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