1 #ifndef OPAL_SAMPLE_WEIGHTED_SEQUENCE_H 
    2 #define OPAL_SAMPLE_WEIGHTED_SEQUENCE_H 
   13         : 
unif_m(0, size_t((upper - lower) / step))
 
   19         : 
unif_m(0, size_t((upper - lower) / step), seed)
 
   24     void create(boost::shared_ptr<SampleIndividual>& ind, 
size_t i) {
 
int seed
The current random seed. 
boost::shared_ptr< CmdArguments > CmdArguments_t
SampleRandomizedSequence(T lower, T upper, double step)
std::vector< T > points_m
void allocate(const CmdArguments_t &args, const Comm::Bundle_t &comm)
void allocate(const CmdArguments_t &args, const Comm::Bundle_t &comm)
void create(boost::shared_ptr< SampleIndividual > &ind, size_t i)
bundles all communicators for a specific role/pid 
SampleRandomizedSequence(T lower, T upper, double step, size_t seed)