[go: up one dir, main page]

fakeit 1.3.0

Fake data generator library with 130+ functions
Documentation
1
2
3
4
5
use crate::misc;

pub fn bool() -> bool {
    misc::random::<i64>(0, 1) == 1
}