Skip to content

Commit ce08dfa

Browse files
Change the default random seed in config.toml
1 parent 4b65557 commit ce08dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ndims = 2
1313

1414
# Random number generator configuration
1515
rng_name = "Xoshiro256PlusPlus"
16-
seed = 42
16+
seed = 99

0 commit comments

Comments
 (0)