Returns a uniform distributed double value in the interval ]0,1[
| 113 | |
| 114 | // Returns a uniform distributed double value in the interval ]0,1[ |
| 115 | double rnd() { |
| 116 | return rk_double(&localState); |
| 117 | } |
nothing calls this directly
no test coverage detected