Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
ion
Commits
19d8bfaa
Commit
19d8bfaa
authored
Jun 25, 2020
by
Nathaniel Allred
Browse files
fix: make random doc report half open ranges as return value
parent
1059fdf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
manual/src/builtins.md
View file @
19d8bfaa
...
...
@@ -379,8 +379,9 @@ SYNOPSIS
DESCRIPTION
random generates a pseudo-random integer. IT IS NOT SECURE.
The range depends on what arguments you pass. If no arguments are given the range is [0, 32767].
If two arguments are given the range is [START, END].
The range is half open and depends on what arguments you pass.
If no arguments are given the range is [0, 32767).
If two arguments are given the range is [START, END).
```
## read - read a line of input into some variables
...
...
Write
Preview
Supports
Markdown
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