This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:randfloat [2013/05/30 15:24] – Fixed arguments and example hoodwink | crpl:docs:randfloat [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | ||
| <- [[crpl: | <- [[crpl: | ||
| ===== RandFloat | ===== RandFloat | ||
| Line 8: | Line 7: | ||
| === Description === | === Description === | ||
| + | Gives a random Float between 0 and 1 | ||
| + | === Examples === | ||
| Gives a random angle between 0 and 2π. | Gives a random angle between 0 and 2π. | ||
| - | === Examples === | ||
| < | < | ||
| - | showtracelog | + | ShowTraceLog |
| - | randfloat | + | RandFloat |
| - | trace1 | + | |
| </ | </ | ||
| - | |||