From 016d31d040c84ce31d285e59fb1bec8a52182f68 Mon Sep 17 00:00:00 2001 From: EddieCueto Date: Sun, 15 Oct 2017 12:51:57 -0500 Subject: [PATCH] Activating and changing seed --- .idea/workspace.xml | 29 +++++++++++++++-------------- oneRunMC.py | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1192ec8..28432ca 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,6 @@ - - + @@ -126,7 +127,7 @@ @@ -169,12 +169,11 @@ - - + @@ -257,9 +256,11 @@ - - - + + + + + diff --git a/oneRunMC.py b/oneRunMC.py index 8659cf8..0b4ce43 100755 --- a/oneRunMC.py +++ b/oneRunMC.py @@ -9,7 +9,7 @@ import numpy as np import matplotlib.pyplot as plt #import math as mt -#rn.seed(666) +rn.seed(0) k = 10 # depth of the tree b = 2 # arity of the tree