blob: f78fbcd66b6f6d5679a0276a6464b664e3977f20 (
plain) (
blame)
1 2 3 4 5 6 7 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::randint</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="random.stp.html" title="Chapter 24. Random functions Tapset"><link rel="prev" href="random.stp.html" title="Chapter 24. Random functions Tapset"><link rel="next" href="conversions.stp.html" title="Chapter 25. String and data retrieving functions Tapset"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::randint</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="random.stp.html">Prev</a> </td><th width="60%" align="center">Chapter 24. Random functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="conversions.stp.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-randint"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::randint — Return a random number between [0,n) </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> randint:long(n:long) </pre></div><div class="refsect1"><a name="id2222"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> Number past upper limit of range, not larger than 2**20. </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="random.stp.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="random.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="conversions.stp.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 24. Random functions Tapset </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 25. String and data retrieving functions Tapset</td></tr></table></div></body></html>
|