Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
0c427fc1
Commit
0c427fc1
authored
Jul 27, 2018
by
Raymond Toy
Browse files
Remove extra closing paren
parent
4915f467
Pipeline
#320
passed with stage
in 18 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/code/rand-xoroshiro.lisp
View file @
0c427fc1
...
...
@@ -492,7 +492,7 @@
(
error
'simple-type-error
:expected-type
'
(
or
(
integer
1
)
(
float
(
0.0
)))
:datum
arg
:format-control
_
"Argument is not a positive integer or a positive float: ~S"
)
:format-arguments
(
list
arg
))))
)
:format-arguments
(
list
arg
))))
;; Jump function for the generator. See the jump function in
;; http://xoroshiro.di.unimi.it/xoroshiro128plus.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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