Skip to content

Commit

Permalink
Random: Mark unexported public symbols as public (#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]>
(cherry picked from commit c66513f)
  • Loading branch information
jakobnissen authored and KristofferC committed Aug 2, 2024
1 parent b010b97 commit aacb1ca
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 aacb1ca

Please sign in to comment.