Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,8 @@
<br>
<br>
</body>

Changelog
---------
2024-11: Updated hoc files to use Random123
</html>
1 change: 1 addition & 0 deletions synresp.hoc
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ forall for (xseg,0) {
// The total membrane area is included in the seed
// to allow each cell some distinctiveness.
rand = new Random(randSeed+totSomaArea+totLMarea+totSRarea+totSOarea)
rand.Random123()
rand.normal(0,1)


Expand Down