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 4cd74b0 commit 3acd49aCopy full SHA for 3acd49a
src/rng.jl
@@ -101,4 +101,4 @@ set_counter!(r::TracedRNG, n::Integer) = r.count = n
101
102
Increase the model step counter by n
103
"""
104
-inc_counter!(r::TracedRNG, n::Integer=1) = r.count += n
+inc_counter!(r::TracedRNG, n::Integer=1) = r.count += n
0 commit comments