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 950c26a35c - Show all commits

View File

@ -212,7 +212,7 @@ impl Default for FormatOptions {
base64: false,
dec: false,
numbers: vec![],
rand: 0
rand: 0,
}
}
}