Module rand

Module rand 

Source
Expand description

Random primitives for Lustre.

Structsยง

random_bool
Lustre node that returns a random bool uniformly.
random_float
Lustre node that returns a random float uniformly between f64::MIN and f64::MAX.
random_int
Lustre node that returns a random int uniformly between i64::MIN and i64::MAX.