sundevista / local-quotes

📜 Collect your quotes from all over the vault and embed them in different locations with refresh delays
https://sundevista.github.io/local-quotes/
MIT License
40 stars 1 forks source link

[FR] True random quote #15

Closed sundevista closed 2 years ago

sundevista commented 2 years ago

The current randomizer isn't nice, because it chooses random author and then choose random quote. By this way, number of author's quotes is not matter for randomizer.

The idea is creation an algorithm that will pay attention to quotes' number.

Use weighted random example as sample.