From 9dd51c94844bc7e5f8b1552511d31ed2c9bac05c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 21 Feb 2013 03:55:56 +0000 Subject: Added the Bu::ReadWriteMutex, which is super awesome. Also made the Bu::RandomBase::rand functions visible in the Bu::RandomCmwc class. --- src/stable/randomcmwc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stable') 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 virtual void seed( int32_t iSeed ); virtual int32_t rand(); + using RandomBase::rand; private: uint32_t *q, c, i; -- cgit v1.2.3