feat: random integer iterators and streams#84
feat: random integer iterators and streams#84studiosi wants to merge 4 commits intoSmoren:masterfrom
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.