Skip to content

Commit 3c7773b

Browse files
author
Henri Vuollekoski
committed
Mention how to use the global seed
1 parent 3999885 commit 3c7773b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"\n",
645645
"A common optional keyword argument, accepted by all inference methods, `batch_size` defines how many simulations are performed in each passing through the graph. \n",
646646
"\n",
647-
"Another optional keyword is the seed. This ensures that the outcome will be always the same for the same data and model. If you leave it out, a random seed will be taken."
647+
"Another optional keyword is the seed. This ensures that the outcome will be always the same for the same data and model. If you leave it out, a random seed will be taken. Giving `seed='global'` will use the global numpy seed."
648648
]
649649
},
650650
{

0 commit comments

Comments
 (0)