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 Mar 8, 2022
1 parent d1ea7ba commit 4bc18d8
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 4bc18d8

Please sign in to comment.