java.util.Random
. This interface is implemented by {@link AbstractRandomGenerator}.
@since 1.1
@version $Revision: 949750 $ $Date: 2010-05-31 16:06:04 +0200 (lun. 31 mai 2010) $
java.util.Random
. This interface is implemented by {@link AbstractRandomGenerator}.
@since 1.1
If two instances of {@link Random} are created with the same seed, and the same sequence of method calls is made for each, they will generate and return identical sequences of numbers. In order to guarantee this property, particular algorithms are specified for the class {@link Random}.
This class was written for evaluating BabuDB at realistic conditions at an network/cluster. @author flangner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|