#include <sampler_r.h>

| Public Member Functions | |
| void | getBound (VectorN< S, N > &lower_bound_, VectorN< S, N > &upper_bound_) const | 
| VectorN< S, N > | sample () const | 
| SamplerR () | |
| SamplerR (const VectorN< S, N > &lower_bound_, const VectorN< S, N > &upper_bound_) | |
| void | setBound (const VectorN< S, N > &lower_bound_, const VectorN< S, N > &upper_bound_) | 
| Private Attributes | |
| VectorN< S, N > | lower_bound | 
| VectorN< S, N > | upper_bound | 
| Additional Inherited Members | |
|  Public Attributes inherited from fcl::SamplerBase< S > | |
| RNG< S > | rng | 
Definition at line 49 of file sampler_r.h.
| fcl::SamplerR< S, N >::SamplerR | 
Definition at line 48 of file sampler_r-inl.h.
| fcl::SamplerR< S, N >::SamplerR | ( | const VectorN< S, N > & | lower_bound_, | 
| const VectorN< S, N > & | upper_bound_ | ||
| ) | 
Definition at line 55 of file sampler_r-inl.h.
| void fcl::SamplerR< S, N >::getBound | ( | VectorN< S, N > & | lower_bound_, | 
| VectorN< S, N > & | upper_bound_ | ||
| ) | const | 
Definition at line 70 of file sampler_r-inl.h.
| VectorN< S, N > fcl::SamplerR< S, N >::sample | 
Definition at line 78 of file sampler_r-inl.h.
| void fcl::SamplerR< S, N >::setBound | ( | const VectorN< S, N > & | lower_bound_, | 
| const VectorN< S, N > & | upper_bound_ | ||
| ) | 
Definition at line 62 of file sampler_r-inl.h.
| 
 | private | 
Definition at line 66 of file sampler_r.h.
| 
 | private | 
Definition at line 67 of file sampler_r.h.