]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/random/dummy/dummy.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / random / dummy / dummy.factor
index dadf93fd439f09593663e2459c89f8352a0ce483..e6661dc07886eab2d5ff393f23712bc98908e8b7 100644 (file)
@@ -8,4 +8,4 @@ M: random-dummy seed-random ( seed obj -- )
     (>>i) ;
 
 M: random-dummy random-32* ( obj -- r )
-    [ dup 1+ ] change-i drop ;
+    [ dup 1 + ] change-i drop ;