Skip to content

Commit

Permalink
revert RNG seed
Browse files Browse the repository at this point in the history
  • Loading branch information
schlaicha committed Nov 24, 2023
1 parent 2068be5 commit 11a92de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/electrodes/electrodes_part2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"import espressomd.shapes\n",
"\n",
"espressomd.assert_features(['WCA', 'ELECTROSTATICS'])\n",
"rng = np.random.default_rng(815)\n",
"rng = np.random.default_rng(42)\n",
"plt.rcParams.update({'font.size': 18})"
]
},
Expand Down

0 comments on commit 11a92de

Please sign in to comment.