manual:chapter6:statistics:cmd_rand

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
manual:chapter6:statistics:cmd_rand [2019/10/20 14:44]
jojo1973 Fixed parallel list group
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}}
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