std::uniform_int_distribution::a
From Cppreference
< cpp | numeric | random | uniform int distribution
				
																
				
				
								
				|   result_type a() const; 
 | 
(since C++11) | |
Returns the a distribution parameter (minimum value).
[edit] Parameters
(none)
[edit] Return value
The a distribution parameter (minimum value).
[edit] See also
|    returns the b distribution parameter (maximum value)  (public member function)  | 
|