Function ripple::math::detail::xorshift_32¶
Defined in File math.hpp
Function Documentation¶
-
auto
ripple::math::detail
::
xorshift_32
() noexcept -> uint32_t¶ Implementation of a random number generator using the xor32 method, as described here: xorshift32
- Return
A random 32 bit integer in the range [0, 2^32 - 1].