We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d315f79 commit eee084fCopy full SHA for eee084f
1 file changed
tests/test.naggum
@@ -50,7 +50,7 @@
50
51
(defun test-instance-call ()
52
(System.Console.WriteLine "Instance calls:")
53
- (let ((test-obj (new System.Random 100500)))
+ (let ((test-obj (new System.Random 100500))) ; added for reproducibility
54
(System.Console.Write "Random number:")
55
(System.Console.WriteLine (call Next test-obj))))
56
0 commit comments