User Tools

Site Tools


crpl:docs:randfloat

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:randfloat [2013/01/14 19:06] – created chanicrpl:docs:randfloat [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#utility_commands|Utility Commands]] 
 +=====  RandFloat  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +| None |Random Float between 0 and 1 | - f1 | 
 + 
 + 
 +=== Description === 
 +Gives a random Float between 0 and 1 
 +=== Examples === 
 +Gives a random angle between 0 and 2π. 
 +<code> 
 +ShowTraceLog 
 +RandFloat 2 PI mul mul Trace 
 +</code>  
crpl/docs/randfloat.1358190404.txt.gz · Last modified: 2025/02/14 14:56 (external edit)