Diptonil / raging-coffee

I had too much coffee and decided to mirror my actions by writing too many programs in Java.
MIT License
19 stars 4 forks source link

Fix to ensure that random numbers are generated correctly for caching #15

Closed jivjen closed 1 year ago

jivjen commented 1 year ago

Description:

This fix aims at tackling the below two points as mentioned in #14 :

This fix also addresses the issue mentioned in #16

Tested the same for all the different caching algorithms and they are working fine.

Diptonil commented 1 year ago

Issues #16 and #15 resolved.