mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-15 16:18:04 +01:00
274 B
274 B
^title Module "random"
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: