Skip to content

Commit 3d0a22e

Browse files
committed
drop methods requiring distproxy
1 parent e7109fa commit 3d0a22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rand.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Base.rand(T::Type, μ::AbstractMeasure) = rand(Random.GLOBAL_RNG, T, μ)
44

55
Base.rand(rng::AbstractRNG, d::AbstractMeasure) = rand(rng, Float64, d)
66

7-
Base.rand(rng::AbstractRNG, T::Type, d::ParameterizedMeasure) = rand(rng, distproxy(d))
7+
# Base.rand(rng::AbstractRNG, T::Type, d::ParameterizedMeasure) = rand(rng, distproxy(d))
88

99
# TODO: Make this easily configurable, e.g. we should be able to use `collect` or `tuple` at least
1010
# Maybe RandomExtensions can help here?

0 commit comments

Comments
 (0)