This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:randfloat [2013/01/14 19:06] – created chani | crpl:docs:randfloat [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | <- [[crpl: |
| + | ===== 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π. | ||
| + | < | ||
| + | ShowTraceLog | ||
| + | RandFloat 2 PI mul mul Trace | ||
| + | </ | ||