std::cauchy_distribution::a
From cppreference.com
                    
                                        
                    < cpp | numeric | random | cauchy distribution
                    
                                                            
                    |   RealType a() const; 
 | 
(since C++11) | |
Contents | 
[edit] Parameters
(none)
[edit] Return value
Returns the value of the a parameter with which the object was constructed (default is 0.0). The a parameter specifies the location of the peak and is also called location parameter.
[edit] See also
|    gets or sets the distribution parameter object   (public member function)  | 
|
|    returns the b distribution parameter (Scale parameter)   (public member function)  | 
|
[edit] External links
Location parameter. From Wikipedia.