RandomSetS
The RandomSetS class generates a random set/subset of strings.
Value parameters
- count
-
the size of the set (number of strings)
- stream
-
the random number stream
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass VariateSetclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
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
Inherited methods
Determine whether the distribution is discrete or continuous.
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product