RandomTools[HasFlavor] - check if a flavor template is known
|
Calling Sequence
|
|
HasFlavor(flvr)
|
|
Parameters
|
|
'flvr
|
-
|
symbol; represents a flavor in the form of a procedure or module
|
|
|
|
|
Description
|
|
•
|
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](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?