Feat(Fortune): Probability analyzer #58
Reference in New Issue
Block a user
Delete Branch "feat/probability-analysis"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In this PR, I added a probability analysis feature.
main.js will randomly generate 2,000 valid IPs and count the occurrences of each fortune over 365 days.
plot_gen.py will visualize this data in a chart.