nn::math::MersenneTwister::GenerateRandomF64 Member Function#include <nn/math.h> f64 GenerateRandomF64();
None.
Generates a double, precision floating-point random number.
Generates a random number in the range from 0.0 to less than 1.0. The boundary values when the[0.0, 1.0] range is equally divided into 253 segments are returned. In other words, there are 253 types of return values. In addition, the return value does not return values in the range of (0, 1/253) because they would be integral multiples of 1/253.CONFIDENTIAL