#include "header.h" static Int_Rand static_p=0; Int_Rand Seed_Random(Int_Rand seed){ static_p = seed; } Int_Rand Read_Random(void){ Int_Rand a=45, c=45, m=56; static_p = (a*static_p + c)%m; }