We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10d21d commit 350980eCopy full SHA for 350980e
README.md
@@ -67,7 +67,7 @@ Statistics.mean(dist::GaussianPrior) = ...
67
# `rand(rng, dist)` should be implemented
68
# - otherwise only `rand!(rng, dist, sample)` is required
69
Base.rand(rng::AbstractRNG, dist::GaussianPrior) = ...
70
-Base.rand!(rng::AbstractRNG, dist::GaussianPrior, sample) = ...
+Random.rand!(rng::AbstractRNG, dist::GaussianPrior, sample) = ...
71
72
# specify the type of a sample from the distribution
73
Base.eltype(::Type{<:GaussianPrior}) = ...
0 commit comments