From 8de3739524bfc4bdc63d5e960f423e692d577bb4 Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Wed, 13 Nov 2024 14:47:13 +0100 Subject: [PATCH 1/2] Fixes for RNG --- Fig13A.hoc | 1 + Fig13B.hoc | 1 + Fig5A.hoc | 1 + Fig5B.hoc | 1 + Fig6A.hoc | 1 + Fig6B.hoc | 1 + Fig6C.hoc | 1 + Fig6D.hoc | 1 + 8 files changed, 8 insertions(+) diff --git a/Fig13A.hoc b/Fig13A.hoc index a50bc23..d9f6068 100644 --- a/Fig13A.hoc +++ b/Fig13A.hoc @@ -175,6 +175,7 @@ assign_synapses(0.01) // assign value (in uS) to each synapse objectvar RG,Pulse[ncells] // create object variables RG = new Random() // create random generator +RG.Random123() for (i=0; i Date: Mon, 25 Nov 2024 14:58:32 +0100 Subject: [PATCH 2/2] Changelog --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 93fc683..618ce35 100644 --- a/README +++ b/README @@ -122,3 +122,4 @@ ModelDB-Note: This model updated for NEURON version 4.3.1 and higher. 10-2007: AD, better synaptic mechanisms using counters 20120106 changed mod files for better solve methods (avoid euler) as per web page http://www.neuron.yale.edu/phpbb/viewtopic.php?f=28&t=592 +2024-11: Updated hoc files to use Random123