aboutsummaryrefslogtreecommitdiff
path: root/src/stable/randomcmwc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/randomcmwc.h')
-rw-r--r--src/stable/randomcmwc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stable/randomcmwc.h b/src/stable/randomcmwc.h
index 0508381..5e89404 100644
--- a/src/stable/randomcmwc.h
+++ b/src/stable/randomcmwc.h
@@ -26,6 +26,7 @@ namespace Bu
26 virtual void seed( int32_t iSeed ); 26 virtual void seed( int32_t iSeed );
27 27
28 virtual int32_t rand(); 28 virtual int32_t rand();
29 using RandomBase::rand;
29 30
30 private: 31 private:
31 uint32_t *q, c, i; 32 uint32_t *q, c, i;