Feature #4697 ยป typo.patch
| random.c | ||
|---|---|---|
|
return y;
|
||
|
}
|
||
|
/* generates a random number on [0,1) with 53-bit resolution*/
|
||
|
/* generates a random number on [0,1] with 53-bit resolution*/
|
||
|
static double
|
||
|
genrand_real(struct MT *mt)
|
||
|
{
|
||