/home/kcamus/qaas_runs/169-443-9681/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);
