Skip to content

Commit

Permalink
fix seed
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 13, 2024
1 parent 8da4afc commit 68a3fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function generate_cards(
write(jl, """
PlotsBase.Commons.reset_defaults() #hide
using StableRNGs #hide
rng = StableRNG($(Plots.SEED)) #hide
rng = StableRNG($(PlotsBase.SEED)) #hide
nothing #hide
"""
)
Expand Down

0 comments on commit 68a3fa8

Please sign in to comment.