]> git.donarmstrong.com Git - rsem.git/blobdiff - simul.h
Modified the acknowledgement section of README.md
[rsem.git] / simul.h
diff --git a/simul.h b/simul.h
index ba105dbde965dfadb1deeaeb7def93e3357cbb9b..07c1c65ec8d243b147bc70150b3e50fc381824c4 100644 (file)
--- a/simul.h
+++ b/simul.h
@@ -1,7 +1,6 @@
 #ifndef SIMUL_H_
 #define SIMUL_H_
 
-#include<ctime>
 #include<cassert>
 
 #include "boost/random.hpp"
@@ -9,7 +8,7 @@
 class simul {
 public:
 
-       simul() : rg(boost::mt19937(time(NULL))) {
+       simul(unsigned int seed) : rg(boost::mt19937(seed)) {
        }
 
        // interval : [,)