output a random number #21

Merged
PlexSheep merged 5 commits from feat/rand into devel 2024-05-23 13:25:16 +02:00
Showing only changes of commit 93a27564c6 - Show all commits

View file

@ -228,7 +228,7 @@ impl Default for FormatOptions {
dec: false,
numbers: vec![],
rand: 0,
rand_max: NumberType::MAX
rand_max: NumberType::MAX,
}
}
}