Shortcuts

Function ripple::math::detail::xorshift_32

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].

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples