2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-23 05:42:31 +00:00

*** empty log message ***

[SVN r2897]
This commit is contained in:
Daniel Wallin
2006-03-21 10:41:56 +00:00
parent 8ddb225361
commit 106f1daa61
3 changed files with 12 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ struct buffered_uniform_01_class
}
};
BOOST_PYTHON_MODULE(_random)
BOOST_PYTHON_MODULE(_boost_random)
{
typedef boost::buffered_uniform_01<boost::mt11213b> rng;