#include <random.h>
|  | 
| boost::mutex | mutex_ | 
|  | 
| boost_random::mt19937 | rng_ | 
|  | 
| boost_random::random_device | seed_ | 
|  | 
Definition at line 54 of file random.h.
 
◆ RandomGenerator()
  
  | 
        
          | swri_math_util::RandomGenerator::RandomGenerator | ( | int32_t | seed = -1 | ) |  |  | explicit | 
 
 
◆ GetUniformRandomSample()
      
        
          | void swri_math_util::RandomGenerator::GetUniformRandomSample | ( | int32_t | min, | 
        
          |  |  | int32_t | max, | 
        
          |  |  | int32_t | count, | 
        
          |  |  | std::vector< int32_t > & | sample | 
        
          |  | ) |  |  | 
      
 
 
◆ mutex_
  
  | 
        
          | boost::mutex swri_math_util::RandomGenerator::mutex_ |  | private | 
 
 
◆ rng_
  
  | 
        
          | boost_random::mt19937 swri_math_util::RandomGenerator::rng_ |  | private | 
 
 
◆ seed_
  
  | 
        
          | boost_random::random_device swri_math_util::RandomGenerator::seed_ |  | private | 
 
 
The documentation for this class was generated from the following files: