HomeHEPForge

minor stuff:Fixed all (I think) RandGen reference calls.Replaced all exit(0)…

Description

minor stuff:Fixed all (I think) RandGen reference calls.Replaced all exit(0) and exit(-1) by exit(EXIT_SUCCESS) and exit(EXIT_FAILURE) respectively.