more generic edo*Binomial* code
This commit is contained in:
parent
fff9f023c5
commit
fb4ffd2954
3 changed files with 12 additions and 15 deletions
|
|
@ -43,7 +43,7 @@ class edoSamplerBinomial : public edoSampler<D>
|
|||
public:
|
||||
edoSamplerBinomial() : edoSampler<D>() {}
|
||||
|
||||
EOT sample( edoBinomial<EOT>& distrib )
|
||||
EOT sample( D& distrib )
|
||||
{
|
||||
unsigned int size = distrib.size();
|
||||
assert(size > 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue