User Tools

Site Tools


crpl:docs:randfloat

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:randfloat [2013/01/14 19:11] – external edit 127.0.0.1crpl:docs:randfloat [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#utility_commands|Utility Commands]]
 =====  RandFloat  ===== =====  RandFloat  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| |Random Float between 0 and 1 ||| FIXME |||+None |Random Float between 0 and 1 | - f1 |
  
  
 === Description === === Description ===
-Pushes a random float to stack where <= RandFloat < 1.+Gives a random Float between and 1
 === Examples === === Examples ===
-<code>example goes here</code>  +Gives a random angle between 0 and 2π. 
 +<code> 
 +ShowTraceLog 
 +RandFloat 2 PI mul mul Trace 
 +</code> 
  
crpl/docs/randfloat.1358190665.txt.gz · Last modified: 2025/02/14 14:56 (external edit)