/* * PSEUDO-RANDOM NUMBER GENERATOR * * Peter Signell, 3/18/2002 */ #include"lib351.h" void main(){ // output initialization ofstream dataOutStr; outFileMaker("m354p1c.out", &dataOutStr); // program variables definition int intN, intNumInBlock, intIndex, intBeginRow, intNumLeftOver; float fltRanNum, fltM, fltX, fltC; float fltNormdRanNum[1001]; // cycle through the runs bool goout = false; while (!goout){ // data input cout<<"Please, supply values :"<