RandomTools
GetFlavors
return the names of all known flavors
Calling Sequence
Description
Examples
GetFlavors()
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](..).
with⁡RandomTools:
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
AddFlavor⁡A=rand⁡1..20:
Generate⁡A
15
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
See Also
module
procedure
RandomTools[AddFlavor]
RandomTools[Generate]
RandomTools[HasFlavor]
RandomTools[RemoveFlavor]
Download Help Document