Skip to content

Commit

Permalink
Add Xoshiro reference to Random module docstring (#53784)
Browse files Browse the repository at this point in the history
Since currently `Xoshiro` is a default random number generator I propose
to add it to the docstring of `Random` module.
  • Loading branch information
bkamins authored Mar 25, 2024
1 parent 9636ef7 commit 944f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Random/src/Random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Random
Support for generating random numbers. Provides [`rand`](@ref), [`randn`](@ref),
[`AbstractRNG`](@ref), [`MersenneTwister`](@ref), and [`RandomDevice`](@ref).
[`AbstractRNG`](@ref), [`Xoshiro`](@ref), [`MersenneTwister`](@ref), and [`RandomDevice`](@ref).
"""
module Random

Expand Down

0 comments on commit 944f180

Please sign in to comment.