/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_random_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_random_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3578 by schoenebeck, Thu Aug 29 12:13:17 2019 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 24  random(??minimum??, ??maximum??) Line 24  random(??minimum??, ??maximum??)
24        </tr>        </tr>
25        <tr>        <tr>
26          <td><code>??minimum??</code></td>          <td><code>??minimum??</code></td>
27          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
28                Real&nbsp;Number</td>
29          <td>The smallest number of allowed value range (including this value).<br>          <td>The smallest number of allowed value range (including this value).<br>
30              [required]</td>              [required]</td>
31        </tr>        </tr>
32        <tr>        <tr>
33          <td><code>??maximum??</code></td>          <td><code>??maximum??</code></td>
34          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
35                Real&nbsp;Number</td>
36          <td>The highest number of allowed value range (including this value).<br>          <td>The highest number of allowed value range (including this value).<br>
37              [required]</td>              [required]</td>
38        </tr>        </tr>
39      </table>      </table>
40        
41      <h3>Return Value</h3>      <h3>Return Value</h3>
42      <table>      <table>
43        <tr>        <tr>
# Line 47  random(??minimum??, ??maximum??) Line 49  random(??minimum??, ??maximum??)
49          <td>Next random number within the requested value range.</td>          <td>Next random number within the requested value range.</td>
50        </tr>        </tr>
51      </table>      </table>
52        
53        <h3>Remarks</h3>
54        <p>
55          This functions accepts any standard unit and finalness for its two arguments.
56          However the unit types of the two arguments must be identical.
57          The return value's unit type is identical to the two passed arguments' one,
58          and the return value's finalness is the case if at least one of the two arguments
59          has finalness.
60        </p>
61    
62      <h3>Examples</h3>      <h3>Examples</h3>
63      <p/>      <p/>
64      <code>      <code>

Legend:
Removed from v.3578  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC