Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faulty random number generator in caching section #14

Closed
Diptonil opened this issue Oct 6, 2022 · 4 comments
Closed

Faulty random number generator in caching section #14

Diptonil opened this issue Oct 6, 2022 · 4 comments
Assignees
Labels
bug Something isn't working hacktoberfest Issue or PR is marked for Hacktoberfest. hacktoberfest-accepted Issue or PR is accepted for Hacktoberfest.

Comments

@Diptonil
Copy link
Owner

Diptonil commented Oct 6, 2022

  • The random number generator in caching section is required to give umbers from 0 to 19. It currently given numbers from 1 to 20. This needs to be fixed.
  • Optional: A mechanism to ensure that the random number generated is not the same that was generated before in the cache data structure.

To understand more, take a close look at the cachingalgorithms section.

@Diptonil Diptonil added the bug Something isn't working label Oct 6, 2022
@Diptonil Diptonil assigned Diptonil and unassigned Diptonil Oct 6, 2022
@Diptonil Diptonil added the hacktoberfest Issue or PR is marked for Hacktoberfest. label Oct 6, 2022
@jivjen
Copy link
Contributor

jivjen commented Oct 6, 2022

Hi @Diptonil
Can I please take this up?

@Diptonil
Copy link
Owner Author

Diptonil commented Oct 6, 2022

By all means, @jivjen.

@jivjen
Copy link
Contributor

jivjen commented Oct 6, 2022

@Diptonil
I've raised the blow PR
#15
Could you please help review it?

@Diptonil
Copy link
Owner Author

Diptonil commented Oct 6, 2022

Sure.

@Diptonil Diptonil added the hacktoberfest-accepted Issue or PR is accepted for Hacktoberfest. label Oct 6, 2022
@Diptonil Diptonil closed this as completed Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Issue or PR is marked for Hacktoberfest. hacktoberfest-accepted Issue or PR is accepted for Hacktoberfest.
Projects
None yet
Development

No branches or pull requests

2 participants