list - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


RandomTools Flavor: list

describe a list of random objects

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

list(flav, n)

Parameters

flav

-

random flavor

n

-

non-negative integer

Description

• 

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.

Examples

> 

with⁡RandomTools:

> 

Generate⁡list⁡integer,2

−104281139460,−306860183579

(1)
> 

Generate⁡list⁡rational⁡denominator=30,10

−45,215,2930,715,15,415,−56,−110,115,−1330

(2)
> 

H≔Generate⁡hypergeom⁡list⁡posint⁡range=7,3,list⁡posint⁡range=7,2,identical⁡x

H≔hypergeom⁡3,5,2,x

(3)
> 

convert⁡H,StandardFunctions

3⁢x+22⁢1−x6

(4)

See Also

flavor/structured

list

rand

RandomTools

RandomTools[Generate]