Skip to content

Commit

Permalink
updated seed in nest code
Browse files Browse the repository at this point in the history
  • Loading branch information
ErbB4 committed Aug 20, 2024
1 parent 4505b0c commit f93edc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/example/brunel/nest_brunel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# set up seed for random number
seed = 0 * 6748 + 7928
seed = seed
# grng_seed = seed
rng_seed = seed

Expand Down

0 comments on commit f93edc5

Please sign in to comment.