Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Updated to use gen_range(1..3) as it accepts a range as of rand 0.8.0 https://docs.rs/rand/0.8.0/rand/trait.Rng.html#method.gen_range
Works on Rust 1.6.6
jhoiho
vowelsCount variable is not used. You can pass it as second argument.
Looks good. However I don't understand why numbers are generated this way (I see it is the same in JS, but not all languages do it, and there is no reason to avoid to have zeros in digits). Also, you must update to the latest version.
Incompatible with the current version of Rust.
Add sample test case to actual test cases
add messages for assert failure
add random tests (based on python tests)