Update dependencies; fix breakage
This commit is contained in:
parent
c25fa9910e
commit
05f79f0f90
6 changed files with 331 additions and 490 deletions
|
|
@ -13,7 +13,7 @@ impl Rand {
|
|||
}
|
||||
|
||||
pub fn unsigned(&mut self, max: usize) -> usize {
|
||||
self.0.gen_range(0, max + 1)
|
||||
self.0.gen_range(0 .. max + 1)
|
||||
}
|
||||
|
||||
pub fn words(&mut self, max_count: usize) -> Vec<u8> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue