Skip to content

Commit 7747b25

Browse files
SeelengrabLilithHafner
authored andcommitted
Add doc for seeded Xoshiro constructor (JuliaLang#42454)
Co-authored-by: Sukera <Seelengrab@users.noreply.github.com>
1 parent 33e8337 commit 7747b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/Random/src/Xoshiro.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# Lots of implementation is shared with TaskLocalRNG
55

66
"""
7-
Xoshiro
7+
Xoshiro(seed)
8+
Xoshiro()
89
910
Xoshiro256++ is a fast pseudorandom number generator described by David Blackman and
1011
Sebastiano Vigna in "Scrambled Linear Pseudorandom Number Generators",

0 commit comments

Comments
 (0)