Uses of Package
cern.jet.random.sampling
Packages that use cern.jet.random.sampling
-
Classes in cern.jet.random.sampling used by cern.jet.random.samplingClassDescriptionSpace and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers; Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47).