We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d124caa commit 9edc5ffCopy full SHA for 9edc5ff
src/multivariate/stereographic.jl
@@ -79,7 +79,7 @@ function AbstractMCMC.step(
79
ℓp_sphere = logdensity_sphere(ℓp, x)
80
ℓw = ℓp_sphere - Random.randexp(rng, eltype(x))
81
82
- θ = convert(eltype(x), 2π) * rand(rng)
+ θ = convert(eltype(x), 2π) * rand(eltype(x), rng)
83
θ_max = θ
84
θ_min = θ - convert(eltype(x), 2π)
85
0 commit comments