diff --git a/reference/random/random/engine/xoshiro256starstar/jump.xml b/reference/random/random/engine/xoshiro256starstar/jump.xml index 17d1826b024c..789068bf4455 100644 --- a/reference/random/random/engine/xoshiro256starstar/jump.xml +++ b/reference/random/random/engine/xoshiro256starstar/jump.xml @@ -12,11 +12,17 @@ - + Moves the algorithm’s state ahead by 2128 steps, as if + Random\Engine\Xoshiro256StarStar::generate was called + 2128 times. + + + The purpose of a jump is to facilitate the creation of a new Random\Engine\Xoshiro256StarStar + engine from an existing seeded Random\Engine\Xoshiro256StarStar engine. + The seeded engine acts as a blueprint, which can be cloned + and repeatedly jumped to create 2128 non-overlapping sequences with + 2128 values each. - - &warn.undocumented.func; - @@ -53,6 +59,12 @@ + + &reftitle.seealso; + + Random\Engine\Xoshiro256StarStar::jumpLong + +