User Tools

Site Tools


prpl:randfloat

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:randfloat [2016/12/02 23:33] – created - external edit 127.0.0.1prpl:randfloat [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  RANDFLOAT  =====+=====  RandFloat  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+| | Float | [ - Float] |
  
  
 === Description === === Description ===
 +Pushes a random float between 0 and 1 to the stack
 === Examples === === Examples ===
 +<code>"I move diffrent every compilement :D" SetText
 +#moves the text up randomly between 0 and 15
 +RandFloat  mul(15) SetTextY
 +</code>
 <code> stack.Push(new Data((float)GameSpace.instance.RandDouble()));  <code> stack.Push(new Data((float)GameSpace.instance.RandDouble())); 
    
 </code> </code>
  
prpl/randfloat.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)