Skip to content

Commit

Permalink
Add doc for seeded Xoshiro constructor (JuliaLang#42454)
Browse files Browse the repository at this point in the history
Co-authored-by: Sukera <Seelengrab@users.noreply.github.com>
  • Loading branch information
2 people authored and LilithHafner committed Feb 22, 2022
1 parent 33e8337 commit 7747b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/Random/src/Xoshiro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# Lots of implementation is shared with TaskLocalRNG

"""
Xoshiro
Xoshiro(seed)
Xoshiro()
Xoshiro256++ is a fast pseudorandom number generator described by David Blackman and
Sebastiano Vigna in "Scrambled Linear Pseudorandom Number Generators",
Expand Down

0 comments on commit 7747b25

Please sign in to comment.