Returns the smallest value the distribution can produce.
Synopsis
Declared in <absl/random/uniform_real_distribution.h>
result_type
min() const;
Return Value
The lower bound a.
Created with MrDocs