From 0f6f4c9db81ce100baa2502075dc611fa50aa116 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 3 Apr 2016 12:53:41 +0200 Subject: Implement deterministic justification i.e. the mersenne twister seed now depends on the data. --- src/line_accumulator.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/line_accumulator.h') diff --git a/src/line_accumulator.h b/src/line_accumulator.h index cb07210..2ca271c 100644 --- a/src/line_accumulator.h +++ b/src/line_accumulator.h @@ -19,9 +19,7 @@ class LineAccumulator { private: const std::uint8_t max_length_; - std::random_device device_; - std::mt19937 random_; - std::uint8_t length_; + std::uint8_t length_; std::vector< std::pair -- cgit v1.2.3