]> gitweb.factorcode.org Git - factor.git/commitdiff
proquint: fix using
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 7 Feb 2023 19:38:23 +0000 (11:38 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 7 Feb 2023 19:38:23 +0000 (11:38 -0800)
extra/proquint/proquint.factor

index 27d5949c3680b7f588948b534553b5bbbefd0430..66742d64abb0d98985199ebd7202e70b92fe51aa 100644 (file)
@@ -2,7 +2,7 @@
 ! See https://factorcode.org/license.txt for BSD license
 
 USING: base64.private ip-parser kernel literals math
-math.bitwise sequences ;
+math.bitwise random sequences ;
 
 IN: proquint