Skip to content

Commit

Permalink
add Random.AbstractRNG
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Nov 8, 2023
1 parent bbe853a commit 0734d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function default_varinfo(
end

function AbstractMCMC.sample(
rng::AbstractRNG,
rng::Random.AbstractRNG,
model::Model,
sampler::Sampler,
N::Integer;
Expand Down

0 comments on commit 0734d61

Please sign in to comment.