1.
Welcome
2.
Getting Started
3.
Language Tour
4.
Modules and Imports
5.
Standard Library
5.1.
IO
5.2.
Lists
5.3.
Maps
5.4.
Strings
5.5.
HTTP
5.6.
Iterators
5.7.
Random
5.8.
Reference Counting
6.
Examples
7.
Contributing
8.
License
Light
Rust
Coal
Navy
Ayu
The Pie Programming Language Book
Random
std::rand::int() -> int
std::rand::int_range(int min, int max) -> int | null
std::rand::float() -> float
std::rand::float_range(float min, float max) -> float | null
std::rand::ratio(int num, int denom) -> bool | null