2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-30 20:12:38 +00:00

*** empty log message ***

[SVN r3012]
This commit is contained in:
Matthias Troyer
2006-06-22 08:06:56 +00:00
parent b2f72dbdc3
commit c9e4667a82
14 changed files with 196 additions and 67 deletions

View File

@@ -245,7 +245,7 @@ BOOST_PYTHON_MODULE(_boost_random)
, boost::random::random_tag::global_seed*
> lcg64_keywords;
buffered_uniform_01_class<boost::lcg64>("lcg64_01")
buffered_uniform_01_class<boost::lcg64a>("lcg64_01")
.def(
boost::parameter::python::init<
lcg64_keywords