/beegfs/hackathon/users/eoseret/qaas_runs_test/178-668-9699/intel/AMG/build/AMG/AMG/utilities/random.c: 76 - 115
--------------------------------------------------------------------------------

76:    high = Seed / q;
77:    low = Seed % q;
78:    test = a * low - r * high;
79:    if(test > 0)
[...]
99: {
[...]
115:    return ((HYPRE_Real)(hypre_RandI()) / m);
