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

Online Help

RandomTools Flavor: choose

describe a flavor which chooses from a collection

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

choose(collection)

Parameters

collection

-

set, list, Matrix, Vector, Array, or table

Description

• 

The flavor choose selects one of the entries in a non-empty collection with equal probability.

  

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

• 

The flavor choose cannot select an element from a non-array table that has an indexing function.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

See Also

Array

flavor[structured]

indexfcn

list

Matrix

RandomTools

RandomTools[Generate]

set

table

Vector

 


Download Help Document