Skip to content

Commit

Permalink
Revert "Make default_rng & seed! public"
Browse files Browse the repository at this point in the history
This reverts commit a6d165c
because it duplicates part of JuliaLang#55148 which was recently committed to master.
  • Loading branch information
GHTaarn committed Jul 31, 2024
1 parent f63f439 commit cd22e56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stdlib/Random/src/Random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export rand!, randn!,
randcycle, randcycle!,
AbstractRNG, MersenneTwister, RandomDevice, TaskLocalRNG, Xoshiro

public default_rng, seed!

## general definitions

"""
Expand Down

0 comments on commit cd22e56

Please sign in to comment.