Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
cc0542b3
Commit
cc0542b3
authored
Mar 28, 2018
by
Davis King
Browse files
clarified comment
parent
b8da437e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
dlib/rand/rand_kernel_abstract.h
dlib/rand/rand_kernel_abstract.h
+3
-2
No files found.
dlib/rand/rand_kernel_abstract.h
View file @
cc0542b3
...
@@ -157,8 +157,9 @@ namespace dlib
...
@@ -157,8 +157,9 @@ namespace dlib
requires
requires
- begin <= end
- begin <= end
ensures
ensures
- returns a random integer selected from the range: begin <= N < end
- returns a random integer N selected from the range: begin <= N < end
The integer is selected uniformly at random.
The integer is selected uniformly at random. If begin==end then
begin is returned.
!*/
!*/
long
long
get_integer
(
long
long
get_integer
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment