From 37ea66108738e65d8a0c89eaaba6b6bf76975760 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Mon, 6 Mar 2023 21:01:21 +0100 Subject: stdlib: Add "since" versions for rand algorithms --- lib/stdlib/doc/src/rand.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml index 2e84fb94ae..fb8075cb32 100644 --- a/lib/stdlib/doc/src/rand.xml +++ b/lib/stdlib/doc/src/rand.xml @@ -78,7 +78,7 @@

- exsss + exsss

Xorshift116**, 58 bits precision and period of 2^116-1

Jump function: equivalent to 2^64 calls

@@ -104,7 +104,7 @@ thanks to its statistical qualities.

- exro928ss + exro928ss

Xoroshiro928**, 58 bits precision and a period of 2^928-1

Jump function: equivalent to 2^512 calls

@@ -127,17 +127,17 @@ the 58 bit adaption.

- exrop + exrop

Xoroshiro116+, 58 bits precision and period of 2^116-1

Jump function: equivalent to 2^64 calls

- exs1024s + exs1024s

Xorshift1024*, 64 bits precision and a period of 2^1024-1

Jump function: equivalent to 2^512 calls

- exsp + exsp

Xorshift116+, 58 bits precision and period of 2^116-1

Jump function: equivalent to 2^64 calls

-- cgit v1.2.1