#pragma once extern const int _random_a; extern const int _random_c; extern const int _random_m; extern int seed; int random(void);