/*------------------------------------------------------------*/ /* Project Allen Number (1994 ) */ /* --------------------------------- */ /* */ /* Author : Marie Aimar */ /* Medical Computer Laboratory */ /* University of Bordeaux II */ /* */ /* File : treatment.c */ /* */ /*------------------------------------------------------------*/ #include #include #include float simula() { float proba =((float)lrand48()/MAXINT); return proba; }