summaryrefslogtreecommitdiff
path: root/src/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/random.h')
-rw-r--r--src/random.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/random.h b/src/random.h
index 7f53c05..cdf7705 100644
--- a/src/random.h
+++ b/src/random.h
@@ -58,10 +58,6 @@ private:
std::minstd_rand0 generator;
float generateFloat();
-
- // variables for normalDistribution
- bool has_saved_value = false;
- float saved_value;
};
template <typename T>