Commit cc0542b3 authored by Davis King's avatar Davis King

clarified comment

parent b8da437e
......@@ -157,8 +157,9 @@ namespace dlib
requires
- begin <= end
ensures
- returns a random integer selected from the range: begin <= N < end
The integer is selected uniformly at random.
- returns a random integer N selected from the range: begin <= N < end
The integer is selected uniformly at random. If begin==end then
begin is returned.
!*/
long long get_integer(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment