Skip to content

Commit

Permalink
Random: Mark unexported public symbols as public (JuliaLang#55148)
Browse files Browse the repository at this point in the history
The following symbols:
`seed!, default_rng, Sampler, SamplerType, SamplerTrivial,
SamplerSimple` Are documented in the Julia documentation and unexported,
but not marked as public.

Co-authored-by: Max Horn <[email protected]>
  • Loading branch information
2 people authored and lazarusA committed Aug 17, 2024
1 parent 2b5554b commit a190f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/Random/src/Random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export rand!, randn!,
randcycle, randcycle!,
AbstractRNG, MersenneTwister, RandomDevice, TaskLocalRNG, Xoshiro

public seed!, default_rng, Sampler, SamplerType, SamplerTrivial, SamplerSimple

## general definitions

"""
Expand Down

0 comments on commit a190f9b

Please sign in to comment.