Files
wren/doc/site/modules/random/index.markdown
T

11 lines
274 B
Markdown
Raw Normal View History

2015-11-09 07:37:06 -08:00
^title Module "random"
2015-11-09 07:37:06 -08:00
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)