From cd22e56c0b3ade2295e586b8c25577e015c548c1 Mon Sep 17 00:00:00 2001 From: GHTaarn <62629455+GHTaarn@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:20:43 +0200 Subject: [PATCH] Revert "Make default_rng & seed! public" This reverts commit a6d165ccf9be917c97fdcee85639b1afdaa5ea93 because it duplicates part of #55148 which was recently committed to master. --- stdlib/Random/src/Random.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/stdlib/Random/src/Random.jl b/stdlib/Random/src/Random.jl index cde74d4f1a018..9ce0896d0d125 100644 --- a/stdlib/Random/src/Random.jl +++ b/stdlib/Random/src/Random.jl @@ -29,8 +29,6 @@ export rand!, randn!, randcycle, randcycle!, AbstractRNG, MersenneTwister, RandomDevice, TaskLocalRNG, Xoshiro -public default_rng, seed! - ## general definitions """