diff --git a/RandomWELL512a_SSE2.h b/RandomWELL512a_SSE2.h index 3b61513..cae462b 100644 --- a/RandomWELL512a_SSE2.h +++ b/RandomWELL512a_SSE2.h @@ -45,10 +45,8 @@ public: private: __m128i state[16]; - unsigned index; - - // Helper to allow us to return one number per call. unsigned result[4]; + unsigned index; unsigned result_index; };