7 /*----------------------------------------------------------------------*\
9 \*---------------------------------------------------------------------*/
13 * Not thread safe, see OpenpTools to obtian random number with parrallel thread
19 /*--------------------------------------*\
21 \*-------------------------------------*/
24 * practice srand(time(NULL));
28 /*--------------------------------------*\
30 \*-------------------------------------*/
34 /*--------------------------------------*\
36 \*-------------------------------------*/
40 * Attention : pas thread safe
42 double uniformeAB(double a
,double b
);
46 * Attention : pas thread safe
48 double uniforme01(void);
52 * Attention : pas thread safe
54 int uniformeAB(int a
,int b
);
59 /*--------------------------------------*\
61 \*-------------------------------------*/
63 /*--------------------------------------*\
65 \*-------------------------------------*/
72 /*----------------------------------------------------------------------*\
74 \*---------------------------------------------------------------------*/