A bounder that randomly draw new values for variables going out bounds, using an eoRng to do so. More...
#include <edoBounderRng.h>
Public Member Functions | |
edoBounderRng (EOT min, EOT max, eoRndGenerator< double > &rng) | |
void | operator() (EOT &x) |
Private Attributes | |
eoRndGenerator< double > & | _rng |
A bounder that randomly draw new values for variables going out bounds, using an eoRng to do so.
Definition at line 39 of file edoBounderRng.h.