-
Notifications
You must be signed in to change notification settings - Fork 10
feat: random integer iterators and streams #84
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
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 13788547605Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Hi @studiosi! Thank you for PR! I would also like to ask you to implement tests using data providers, similar to the tests written earlier. Thanks! |
I don't understand the rationale of including a statistical self-coded random number generator in this library. It is a complex change that would introduce a lot of possible bugs and maintenance costs. If the choice is |
Hi @studiosi! Have you ever encountered issues in a project due to transitive dependencies? For example, when a library requires one version of another library as a dependency, but your project needs a different version of it? Also, I'd like to add that |
Yes, I know why not having dependencies is desirable. I also think that implementing a statistically sound random number generator should not be something that this library should do. |
@studiosi I think that using |
No description provided.