libwren-sys 0.1.0

FFI bindings for the wren embedded programming language
Documentation
1
2
3
4
5
6
7
8
9
10
^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:

* [Random]random.html