Commit 92cc4617 authored by Jason Swails's avatar Jason Swails
Browse files

Oops, missed one.

parent e04a7368
...@@ -115,8 +115,6 @@ public: ...@@ -115,8 +115,6 @@ public:
* Get the random number seed. See setRandomNumberSeed() for details. * Get the random number seed. See setRandomNumberSeed() for details.
*/ */
int getRandomNumberSeed() const { int getRandomNumberSeed() const {
if (randomNumberSeed == 0)
return osrngseed();
return randomNumberSeed; return randomNumberSeed;
} }
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment