Skip to content
Snippets Groups Projects
Commit 2a12b790 authored by Reeves, David E's avatar Reeves, David E
Browse files

* chance correction

parent 3d36605f
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ numDestinations = 1
numDestChance = PythonUtilities._py_getRandomNumber("UNIFORM", [0.0, 1.0])
if numDestChance > 0.75:
numDestinations = 3
elif numDestChance > 0.25:
elif numDestChance > 0.5:
numDestinations = 2
#numDestinations = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment