aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/SINT.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/SINT.lsp')
-rw-r--r--src/algebra/strap/SINT.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/strap/SINT.lsp b/src/algebra/strap/SINT.lsp
index 23ee4bcf..4f8af7d9 100644
--- a/src/algebra/strap/SINT.lsp
+++ b/src/algebra/strap/SINT.lsp
@@ -499,8 +499,8 @@
(DEFUN |SINT;random;$;60| ($)
(SEQ (|setShellEntry| $ 6
- (REM (TIMES 314159269 (|getShellEntry| $ 6)) 2147483647))
- (EXIT (REM (|getShellEntry| $ 6) 67108864))))
+ (REM (TIMES 314159269 (SVREF $ 6)) 2147483647))
+ (EXIT (REM (SVREF $ 6) 67108864))))
(DEFUN |SINT;random;2$;61| (|n| $) (DECLARE (IGNORE $)) (RANDOM |n|))