Difference between revisions of "Manuals/calci/RANDINT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
#RANDINT(765.23) = 610
 
#RANDINT(765.23) = 610
 
#RANDINT(-987) = -894
 
#RANDINT(-987) = -894
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=EnwWxMZVBeg|280|center|Radians}}
  
 
==See Also==
 
==See Also==

Revision as of 14:03, 28 January 2019

RANDINT (Max)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Max} is the final limit value.

Description

  • This function gives the Integer value randomly.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle RANDINT (Max)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Max} is any real number.
  • Here Max is the maximum limit value of the number.
  • When Max is the positive real number then function will return the result in the positive integer value.
  • When Max is the negative real number then function will returns the result in negative Integer value.

Examples

  1. RANDINT(90) = 25
  2. RANDINT(765.23) = 610
  3. RANDINT(-987) = -894

Related Videos

Radians

See Also

References