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
+1 -1
View File
@@ -1,4 +1,4 @@
^title Core Module
^title Module "core"
Because Wren is designed for [embedding in applications][embedding], its core
module is minimal and is focused on working with objects within Wren. For