Skip to content

Commit

Permalink
Make default_rng & seed! public
Browse files Browse the repository at this point in the history
  • Loading branch information
GHTaarn committed Jul 30, 2024
1 parent fb6b790 commit a6d165c
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 default_rng, seed!

## general definitions

"""
Expand Down

0 comments on commit a6d165c

Please sign in to comment.