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

Online Help

All Products    Maple    MapleSim


RandomTools

  

GetFlavors

  

return the names of all known flavors

 

Calling Sequence

Description

Examples

Calling Sequence

GetFlavors()

Description

• 

The GetFlavors() function returns an expression sequence that contains the names of all flavors known to function Generate.

• 

This function is part of the RandomTools package, and so it can be used in the form GetFlavors(..) only after executing the command with(RandomTools). However, it can always be accessed through the long form of the command by using the form RandomTools[GetFlavors](..).

Examples

withRandomTools:

GetFlavors

Matrix,Vector,choose,complex,distribution,exprseq,float,integer,list,listlist,negative,negint,nonnegative,nonnegint,nonposint,nonpositive,nonzero,nonzeroint,polynom,posint,positive,rational,set,string,truefalse,variable

(1)

AddFlavorA=rand1..20:

GenerateA

15

(2)

GetFlavors

A,Matrix,Vector,choose,complex,distribution,exprseq,float,integer,list,listlist,negative,negint,nonnegative,nonnegint,nonposint,nonpositive,nonzero,nonzeroint,polynom,posint,positive,rational,set,string,truefalse,variable

(3)

See Also

module

procedure

RandomTools

RandomTools[AddFlavor]

RandomTools[Generate]

RandomTools[HasFlavor]

RandomTools[RemoveFlavor]