docs: replace placeholder TODO with full Random module docs and rename parameters from min/max to start/end

This commit is contained in:
Bob Nystrom
2015-11-09 15:37:06 +00:00
parent 909c242a03
commit 60dd61be05
16 changed files with 128 additions and 35 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
^title Random Module
^title Module "random"
**TODO**
This module provides a simple, fast pseudo-random number generator.
It is an optional module. You can omit it from your application by setting the
preprocessor constant `WREN_OPT_RANDOM` to `0`.
It contains a single class:
* [Random](random.html)