User Tools

Site Tools


crpl:docs:randcoords

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:randcoords [2013/01/18 13:17] grauniadcrpl:docs:randcoords [2018/08/06 21:01] (current) – 0 <= RandNum < Map Width is not true for random Y stellatedHexahedron
Line 1: Line 1:
-~~DISCUSSION~~ 
 <- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#utility_commands|Utility Commands]] <- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#utility_commands|Utility Commands]]
 =====  RandCoords  ===== =====  RandCoords  =====
Line 8: Line 7:
  
 === Description === === Description ===
-Pushes two random integers to stack where 0 <= RandNum < Map Width.+Pushes two random integers to stack where 0 %%<=%% RandNum < Map Width for the first and 0 %%<=%% RandNum < Map Height for the second.
 === Examples === === Examples ===
-<code>example goes here</code> +Every second, add 32 creeper to a random cell. 
 +<code> 
 +GetTimer0 eq0 if 
 + 30 SetTimer0 
 + 
 + RandCoords 32 AddCreeper 
 +endif 
 +</code> 
  
  
crpl/docs/randcoords.1358533054.txt.gz · Last modified: 2014/10/01 15:02 (external edit)