···11use rand::Rng;
2233+/// Generates a random quote from a vec of &str present in the function body.
34pub fn get_quote() -> &'static str {
55+ // originally while dynamically server it would generate a new quote every time index would be
66+ // reloaded, but with static serve nature a new quote is written every new build.
77+ // Maybe not worth it.
88+ // feel free to remove
49 let vs = vec![
510"Silliness and tomfooler are afoot, and who am I to stop it.",
611"Low entropy self replicating phenomenon that generates a binding force called compassion.",