Add static var-declaration

This commit is contained in:
xohm 2007-08-02 10:46:07 +00:00
commit 1d19fdd3ec

View file

@ -28,6 +28,11 @@ using namespace boost::python;
using namespace boost::python;
// initialize static constants
const uint32_t eoRng::K(0x9908B0DFU);
const int eoRng::M(397);
const int eoRng::N(624);
namespace eo
{
eoRng rng(time(0));