scalation.random.RandomSetW
case class RandomSetW (count : Int , nWords : Int , lRange : Range , cRange : Range , stream : Int ) extends VariateSet
The RandomSetW
class generates a random set/subset of words.
Value parameters
cRange
the range of characters to generate
count
the size of the set (number of words)
lRange
the range of string lengths to generate
nWords
the numbers of words to predetermine.
stream
the random number stream
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Determine the next random double set for the particular distribution.
Determine the next random double set for the particular distribution.
Attributes
Determine the next random integer set for the particular distribution. It is only valid for discrete random variates.
Determine the next random integer set for the particular distribution. It is only valid for discrete random variates.
Attributes
Compute the mean for the particular distribution.
Compute the mean for the particular distribution.
Attributes
Compute the probability function (pf): The probability density function (pdf) for continuous RVV's or the probability mass function (pmf) for discrete RVV's.
Compute the probability function (pf): The probability density function (pdf) for continuous RVV's or the probability mass function (pmf) for discrete RVV's.
Value parameters
z
the mass point/set whose probability is sought
Attributes
Determine whether the distribution is discrete or continuous.
Determine whether the distribution is discrete or continuous.
Attributes
Inherited from:
VariateSet
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product