manual:chapter6:statistics:cmd_rand

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
manual:chapter6:statistics:cmd_rand [2019/10/20 14:42]
jojo1973 created
manual:chapter6:statistics:cmd_rand [2019/10/22 15:03]
jojo1973 Various fixes
Line 3: Line 3:
 <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> <callout type="primary" color="" icon="fa fa-book" title="Synopsis">
 ---- ----
-Initialize random number generator with a seed+Generate a pseudo-random real number
 </callout> </callout>
  
Line 9: Line 9:
 ---- ----
 ^  __Input Stack__  ^  ^  __Output Stack__  ^ ^  __Input Stack__  ^  ^  __Output Stack__  ^
-|  |  **→**  |  R<sub>pseudorandom</sub> +|  |  **→**  |  **R<sub>pseudo-random</sub>**  | 
-|  //Level 1//  |  //→//  |  //Level 1//  | +|  //Level 1 / Argument 1//  |  //→//  |  //Level 1//  | 
  
 {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
  
 |**Type**| [[manual:chapter5:basics#functions|Function]]  || |**Type**| [[manual:chapter5:basics#functions|Function]]  ||
-|**Parallel list processing**| [[manual:chapter5:listproc#group-4commands-that-set-modes-states|Group 4]]  || +|**Parallel list processing**| [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]]  || 
 |**Affected by flags**| None  || |**Affected by flags**| None  ||
 </callout> </callout>
Line 21: Line 21:
 <callout color="orangered" icon="fa fa-comment" title="Description"> <callout color="orangered" icon="fa fa-comment" title="Description">
 ---- ----
-The ''RAND'' function returns a pseudo-random number. The sequence is generated by the [[http://prng.di.unimi.it/|xoroshiro128+ (v1.0) PRNG]].+The ''RAND'' function returns a pseudo-random number. The sequence is generated by the [[http://prng.di.unimi.it/|xoroshiro128+ (v1.0)]] pseudo-random number generator.
 </callout> </callout>
  
  • manual/chapter6/statistics/cmd_rand.txt
  • Last modified: 2021/09/19 15:06
  • by jojo1973