aboutsummaryrefslogtreecommitdiff
path: root/src/stable/randomcmwc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stable/randomcmwc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/randomcmwc.h b/src/stable/randomcmwc.h
index 747eb6a..fff891b 100644
--- a/src/stable/randomcmwc.h
+++ b/src/stable/randomcmwc.h
@@ -22,7 +22,7 @@ namespace Bu
22 virtual int32_t rand(); 22 virtual int32_t rand();
23 23
24 private: 24 private:
25 uint32_t *q, c; 25 uint32_t *q, c, i;
26 }; 26 };
27}; 27};
28 28