Skip to content

Commit 944f180

Browse files
authored
Add Xoshiro reference to Random module docstring (#53784)
Since currently `Xoshiro` is a default random number generator I propose to add it to the docstring of `Random` module.
1 parent 9636ef7 commit 944f180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Random/src/Random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Random
55
66
Support for generating random numbers. Provides [`rand`](@ref), [`randn`](@ref),
7-
[`AbstractRNG`](@ref), [`MersenneTwister`](@ref), and [`RandomDevice`](@ref).
7+
[`AbstractRNG`](@ref), [`Xoshiro`](@ref), [`MersenneTwister`](@ref), and [`RandomDevice`](@ref).
88
"""
99
module Random
1010

0 commit comments

Comments
 (0)