Math variables in ÃÛ¶¹ÊÓƵ Workfront Fusion
Access requirements
You must have the following access to use the functionality in this article:
For more detail about the information in this table, see Access requirements in Workfront documentation.
For information on ÃÛ¶¹ÊÓƵ Workfront Fusion licenses, see ÃÛ¶¹ÊÓƵ Workfront Fusion licenses.
pi
Represents the mathematical symbol $\pi$.
random
Returns a floating-point pseudo-random number in the range [0
,1
] (inclusive of 0
, but not 1
).
Use the following formula to generate an integer pseudo-random number in the range [min
,max
] (inclusive of both min
and max
):
floor(random * (1.max - 1.min + 1)) + 1.min
recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43