Open Cpgeragh opened 3 weeks ago
https://www.tutorialspoint.com/how-to-get-weighted-random-choice-in-python https://www.geeksforgeeks.org/how-to-get-weighted-random-choice-in-python/ https://pynative.com/python-weighted-random-choices-with-probability/ https://dev.to/jacktt/understanding-the-weighted-random-algorithm-581p
Description: Implement weighted random selection in the generate_text function, using trigram counts as weights.
Checklist: