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

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

withRandomTools:

Generatelistinteger,2

−104281139460,−306860183579

(1)

Generatelistrationaldenominator=30,10

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

(2)

HGeneratehypergeomlistposintrange=7,3,listposintrange=7,2,identicalx

Hhypergeom3,5,2,x

(3)

convertH,StandardFunctions

3x+221x6

(4)

See Also

flavor/structured

list

rand

RandomTools

RandomTools[Generate]