initial checkin
authorClaus Gittinger <cg@exept.de>
Wed, 01 Oct 2014 16:28:47 +0200
changeset 3381 123db0fa97b2
parent 3380 dfcc3b774d5d
child 3382 0c6e6bcca5fb
initial checkin class: RandomRDGen
stx_libbasic2.st
--- a/stx_libbasic2.st	Wed Oct 01 16:28:45 2014 +0200
+++ b/stx_libbasic2.st	Wed Oct 01 16:28:47 2014 +0200
@@ -175,11 +175,8 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
-        (AVLTree autoload)
-        (ActiveObject autoload)
         ActorStream
         Archiver
-        (BIG5EncodedString autoload)
         BTree
         BackgroundJob
         BaseNCoder
@@ -194,67 +191,46 @@
         CharacterSet
         Circle
         CollectingReadStream
-        (CollectingSharedQueueStream autoload)
         CompressionStream
-        (CompressionStreamTest autoload)
-        (Cons autoload)
-        (ConsStream autoload)
         Curve
         DirectoryContents
         EllipticalArc
         ExternalLong
         FileSorter
-        (FileText autoload)
         FilteringStream
         FourByteString
         Future
-        (GBEncodedString autoload)
         HTMLUtilities
         HalfFloatArray
-        (HandlerCollection autoload)
         Heap
         IdentityBag
         IncrementNotification
         InterestConverterWithParameters
-        (InternalPipeStream autoload)
         Iterator
         JISEncodedString
-        (KSCEncodedString autoload)
-        (KeywordInContextIndexBuilder autoload)
         Lazy
         LazyArray
-        (LazyValue autoload)
         LineSegment
         List
-        (LoggingStream autoload)
         MappedCollection
-        (MessageChannel autoload)
         Monitor
         MultiReadStream
         NameLookupError
-        (NumberSet autoload)
         OperationQueue
         PhoneticStringUtilities
-        (PluggableDictionary autoload)
-        (PluggableSet autoload)
         Polygon
-        (PowerSet autoload)
         PrinterStream
         PrintfScanf
         Promise
         Queue
         Random
-        (RandomKISS autoload)
-        (RandomKISS2 autoload)
-        (RandomMT19937 autoload)
-        (RandomParkMiller autoload)
+        (RandomRDGen autoload)
         RandomTT800
         ReindexedCollection
         RunArray
         SegmentedOrderedCollection
         SelectingReadStream
         SequenceWithSentinel
-        (SequenceableCollectionSorter autoload)
         SerialPort
         SharedCollection
         Singleton
@@ -275,24 +251,18 @@
         Text
         TextStream
         TreeSet
-        (Trie autoload)
         URI
         UUID
         UnboxedIntegerArray
         UndoSupport
         UnitConverter
-        (UnixPTYStream autoload)
-        (ValueLink autoload)
         VirtualArray
-        (WinAPIFunction autoload)
         ZipArchiveConstants
         #'stx_libbasic2'
         AATree
         AATreeNode
-        (AppletalkSocketAddress autoload)
         Arrow
         ArrowedSpline
-        (BZip2Stream autoload)
         BackgroundPeriodicalJob
         BackgroundQueueProcessingJob
         Base32Coder
@@ -300,16 +270,12 @@
         Bezier2Segment
         BooleanArray
         CacheDictionaryWithFactory
-        (DecNetSocketAddress autoload)
-        (EpsonFX1PrinterStream autoload)
         FilteringLineStream
-        (HPLjetIIPrinterStream autoload)
         HierarchicalURI
         HostAddressLookupError
         HostNameLookupError
         IPSocketAddress
         IntegerArray
-        (LazyCons autoload)
         LineNumberReadStream
         LongIntegerArray
         PostscriptPrinterStream
@@ -331,6 +297,41 @@
         HttpURI
         IPv6SocketAddress
         SftpURI
+        (AVLTree autoload)
+        (ActiveObject autoload)
+        (BIG5EncodedString autoload)
+        (CollectingSharedQueueStream autoload)
+        (CompressionStreamTest autoload)
+        (Cons autoload)
+        (ConsStream autoload)
+        (FileText autoload)
+        (GBEncodedString autoload)
+        (HandlerCollection autoload)
+        (InternalPipeStream autoload)
+        (KSCEncodedString autoload)
+        (KeywordInContextIndexBuilder autoload)
+        (LazyValue autoload)
+        (LoggingStream autoload)
+        (MessageChannel autoload)
+        (NumberSet autoload)
+        (PluggableDictionary autoload)
+        (PluggableSet autoload)
+        (PowerSet autoload)
+        (RandomKISS autoload)
+        (RandomKISS2 autoload)
+        (RandomMT19937 autoload)
+        (RandomParkMiller autoload)
+        (SequenceableCollectionSorter autoload)
+        (Trie autoload)
+        (UnixPTYStream autoload)
+        (ValueLink autoload)
+        (WinAPIFunction autoload)
+        (AppletalkSocketAddress autoload)
+        (BZip2Stream autoload)
+        (DecNetSocketAddress autoload)
+        (EpsonFX1PrinterStream autoload)
+        (HPLjetIIPrinterStream autoload)
+        (LazyCons autoload)
     )
 !
 
@@ -424,10 +425,10 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.112 2014-10-01 13:28:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.113 2014-10-01 14:28:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.112 2014-10-01 13:28:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.113 2014-10-01 14:28:47 cg Exp $'
 ! !