fix variate_generator

This commit is contained in:
bolero-MURAKAMI 2016-04-28 10:48:50 +09:00
parent 51614b1356
commit 42133b805e
2 changed files with 28 additions and 3 deletions

View file

@ -23,7 +23,7 @@ main(){
static constexpr auto result = sprout::generate
<sprout::array<int, 10> /* Result type */>
(sprout::random::combine(engine, dist) /*Random generator*/)
(sprout::random::ccombine(engine, dist) /*Random generator*/)
;
static_assert(