output a random number #21

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

View File

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