Skip to content

Commit 4f26904

Browse files
committed
print some t values to see if it is constant by mistake
1 parent b5ef30c commit 4f26904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/discrete_blocks.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ end
194194
Internal function. This function seeds the seed parameter as well as the current simulation time.
195195
"""
196196
function seeded_randn(seed, t)
197+
if rand() < 0.1
198+
@show t
199+
end
197200
rng = StableRNGs.StableRNG(hash(t, hash(seed)))
198201
randn(rng)
199202
end

0 commit comments

Comments
 (0)