Random.st
changeset 4590 26321c0bc45c
parent 4481 7785f5a3c411
child 4599 169bd0f282fb
equal deleted inserted replaced
4589:6a6f26b00452 4590:26321c0bc45c
    29 
    29 
    30 Stream subclass:#Random
    30 Stream subclass:#Random
    31 	instanceVariableNames:'seed increment multiplier modulus'
    31 	instanceVariableNames:'seed increment multiplier modulus'
    32 	classVariableNames:'SharedGenerator RandomSalt'
    32 	classVariableNames:'SharedGenerator RandomSalt'
    33 	poolDictionaries:''
    33 	poolDictionaries:''
    34 	category:'Magnitude-Numbers'
    34 	category:'Magnitude-Numbers-Random'
    35 !
    35 !
    36 
    36 
    37 !Random class methodsFor:'documentation'!
    37 !Random class methodsFor:'documentation'!
    38 
    38 
    39 copyright
    39 copyright