From 0673af59f75fab40164bb95c04f70ebc9932223a Mon Sep 17 00:00:00 2001 From: Nick Tolley Date: Mon, 17 May 2021 17:22:50 -0400 Subject: [PATCH] DOC: minor fix --- hnn_core/network.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hnn_core/network.py b/hnn_core/network.py index 4e1efcf62..82499ecb1 100644 --- a/hnn_core/network.py +++ b/hnn_core/network.py @@ -990,6 +990,8 @@ def add_connection(self, src_gids, target_gids, loc, receptor, probability : float Probability of connection between any src-target pair. Defaults to 1.0 producing an all-to-all pattern. + seed : int + Seed for the numpy random number generator. Notes -----