RandomTools Flavor: list
describe a list of random objects
Calling Sequence
Parameters
Description
Examples
list(flav, n)
flav
-
random flavor
n
non-negative integer
The flavor list describes a list with n entries where each entry is described by the given random flavor flav.
This flavor can be used as an argument to RandomTools[Generate] or as part of a structured flavor.
with⁡RandomTools:
Generate⁡list⁡integer,2
−104281139460,−306860183579
Generate⁡list⁡rational⁡denominator=30,10
−45,215,2930,715,15,415,−56,−110,115,−1330
H≔Generate⁡hypergeom⁡list⁡posint⁡range=7,3,list⁡posint⁡range=7,2,identical⁡x
H≔hypergeom⁡3,5,2,x
convert⁡H,StandardFunctions
3⁢x+22⁢1−x6
See Also
flavor/structured
list
rand
RandomTools
RandomTools[Generate]
Download Help Document