|
static float | u01_closed_closed_32_24 (uint32_t u) |
| Converting 32-bits unsigned to single precision uniform \([0,1]\). More...
|
|
static double | u01_closed_closed_32_53 (uint32_t u) |
| Converting 32-bits unsigned to double precision uniform \([0,1]\). More...
|
|
static float | u01_closed_closed_64_24 (uint64_t u) |
| Converting 64-bits unsigned to single precision uniform \([0,1]\). More...
|
|
static double | u01_closed_closed_64_53 (uint64_t u) |
| Converting 64-bits unsigned to double precision uniform \([0,1]\). More...
|
|
static float | u01_closed_open_32_24 (uint32_t u) |
| Converting 32-bits unsigned to single precision uniform \([0,1)\). More...
|
|
static double | u01_closed_open_32_53 (uint32_t u) |
| Converting 32-bits unsigned to double precision uniform \([0,1)\). More...
|
|
static float | u01_closed_open_64_24 (uint64_t u) |
| Converting 64-bits unsigned to single precision uniform \([0,1)\). More...
|
|
static double | u01_closed_open_64_53 (uint64_t u) |
| Converting 64-bits unsigned to double precision uniform \([0,1)\). More...
|
|
static float | u01_open_closed_32_24 (uint32_t u) |
| Converting 32-bits unsigned to single precision uniform \((0,1]\). More...
|
|
static double | u01_open_closed_32_53 (uint32_t u) |
| Converting 32-bits unsigned to double precision uniform \((0,1]\). More...
|
|
static float | u01_open_closed_64_24 (uint64_t u) |
| Converting 64-bits unsigned to single precision uniform \((0,1]\). More...
|
|
static double | u01_open_closed_64_53 (uint64_t u) |
| Converting 64-bits unsigned to double precision uniform \((0,1]\). More...
|
|
static float | u01_open_open_32_24 (uint32_t u) |
| Converting 32-bits unsigned to single precision uniform \((0,1)\). More...
|
|
static double | u01_open_open_32_53 (uint32_t u) |
| Converting 32-bits unsigned to double precision uniform \((0,1)\). More...
|
|
static float | u01_open_open_64_24 (uint64_t u) |
| Converting 64-bits unsigned to single precision uniform \((0,1)\). More...
|
|
static double | u01_open_open_64_53 (uint64_t u) |
| Converting 64-bits unsigned to double precision uniform \((0,1)\). More...
|
|