「view this page in B3 βῆτα server」

Revisions №56618

branch: master 「№56618」
Commited by: Rocco Moretti
GitHub commit link: 「76d149a0f1d4f64e」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 14:35:02

Make RandomGenerator default & copy constructors private. You must provide a magic number when constructing a RandomGenerator. Also, each RandomGenerator must have a unique magic number, so copies are a no-no. Praise/blame go to Per, who got me looking at the issue. (Unfortunately, this doesn't fix his problem.) No test changes expected, as no one was really violating these rules.

...