Small function to generate random string.
!This is an education purpose crate!
```rust use psg_core;
fn main() { println!( "{}", psgcore::generatepassword(48, true, true, true), ); } ```