diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
| commit | ec05778d5718a7912e506764d443a78d6a6179e3 (patch) | |
| tree | 78a9a01532180030c095acefc45763f07c14edb8 /src/stable/randomcmwc.h | |
| parent | b20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff) | |
| download | libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2 libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip | |
Converted tabs to spaces with tabconv.
Diffstat (limited to 'src/stable/randomcmwc.h')
| -rw-r--r-- | src/stable/randomcmwc.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/stable/randomcmwc.h b/src/stable/randomcmwc.h index fff891b..547b5bb 100644 --- a/src/stable/randomcmwc.h +++ b/src/stable/randomcmwc.h | |||
| @@ -11,19 +11,19 @@ | |||
| 11 | 11 | ||
| 12 | namespace Bu | 12 | namespace Bu |
| 13 | { | 13 | { |
| 14 | class RandomCmwc : public RandomBase | 14 | class RandomCmwc : public RandomBase |
| 15 | { | 15 | { |
| 16 | public: | 16 | public: |
| 17 | RandomCmwc(); | 17 | RandomCmwc(); |
| 18 | virtual ~RandomCmwc(); | 18 | virtual ~RandomCmwc(); |
| 19 | 19 | ||
| 20 | virtual void seed( int32_t iSeed ); | 20 | virtual void seed( int32_t iSeed ); |
| 21 | 21 | ||
| 22 | virtual int32_t rand(); | 22 | virtual int32_t rand(); |
| 23 | 23 | ||
| 24 | private: | 24 | private: |
| 25 | uint32_t *q, c, i; | 25 | uint32_t *q, c, i; |
| 26 | }; | 26 | }; |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | #endif | 29 | #endif |
