7 /*----------------------------------------------------------------------*\
9 \*---------------------------------------------------------------------*/
13 * Not thread safe, see OpenpTools to obtian random number with parrallel thread
19 /*--------------------------------------*\
21 \*-------------------------------------*/
24 * practice srand(time(NULL));
30 /*--------------------------------------*\
32 \*-------------------------------------*/
36 /*--------------------------------------*\
38 \*-------------------------------------*/
42 * Attention : pas thread safe
44 double uniformeAB(double a
,double b
);
48 * Attention : pas thread safe
50 double uniforme01(void);
54 * Attention : pas thread safe
56 int uniformeAB(int a
,int b
);
61 /*--------------------------------------*\
63 \*-------------------------------------*/
65 /*--------------------------------------*\
67 \*-------------------------------------*/
74 /*----------------------------------------------------------------------*\
76 \*---------------------------------------------------------------------*/