X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Frandom%2Frandom.factor;h=e21a7f4d74b12bc70a406467757dd19840671b3b;hp=4c91bf3af97997e54dfa592ef8d5621c1673ebe0;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/random/random.factor b/basis/random/random.factor index 4c91bf3af9..e21a7f4d74 100644 --- a/basis/random/random.factor +++ b/basis/random/random.factor @@ -1,11 +1,10 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.data arrays assocs byte-arrays -byte-vectors combinators combinators.short-circuit endian fry -hashtables hashtables.private hash-sets hints io.backend kernel -locals math math.bitwise math.constants math.functions -math.order ranges namespaces sequences sequences.private -sets summary system typed vocabs ; +combinators combinators.short-circuit hash-sets hashtables +hashtables.private kernel math math.bitwise math.constants +math.functions math.order namespaces sequences sequences.private +sets summary system vocabs ; QUALIFIED-WITH: alien.c-types c QUALIFIED-WITH: sets sets IN: random