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

Online Help

RandomTools Flavor: listlist

describe a list of lists of random objects

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

listlist(flav, m, n)

Parameters

flav

-

random flavor

m

-

non-negative integer

n

-

(optional) non-negative integer

Description

• 

The flavor listlist describes a list of m lists, each with n entries, where each entry is described by the given random flavor flav. In the case where only m is given, n is assumed equal to m.

  

This flavor can be used as an argument to RandomTools[Generate] or as part of a structured flavor.

Examples

(1)

(2)

(3)

See Also

flavor/structured

rand

RandomTools

RandomTools[Generate]

type/listlist

 


Download Help Document