Get A Random Element From A Vec In Rust
This is how I'm getting random items from a Vec in Rust.
```cargo
= "0.8"
```
use thread_rng;
use SliceRandom;
rand
Output:
charlie
-- end of line --
This is how I'm getting random items from a Vec in Rust.
```cargo
= "0.8"
```
use thread_rng;
use SliceRandom;
rand
charlie