RandomTools
HasFlavor
check if a flavor template is known
Calling Sequence
Parameters
Description
Examples
HasFlavor(flvr)
'flvr
-
symbol; represents a flavor in the form of a procedure or module
The HasFlavor(flvr) function returns true if the flavor specified by flvr is known to function Generate. Otherwise, false is returned.
This function is part of the RandomTools package, and so it can be used in the form HasFlavor(..) 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[HasFlavor](..).
with⁡RandomTools:
HasFlavor⁡A
false
AddFlavor⁡A=rand⁡1..20:
true
Generate⁡A
15
member⁡A,GetFlavors⁡
See Also
module
procedure
RandomTools[AddFlavor]
RandomTools[Generate]
RandomTools[GetFlavors]
RandomTools[RemoveFlavor]
Download Help Document