You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/03 17:56:39 UTC

[GitHub] [commons-rng] aherbert opened a new pull request, #116: RNG-180: Add a SplittableUniformRandomProvider interface

aherbert opened a new pull request, #116:
URL: https://github.com/apache/commons-rng/pull/116

   Provide default implementations for spliterators to support parallel
   streams for the interface stream methods. This includes the parent
   UniformRandomProvider interface methods for primitive streams.
   
   Refactor stream tests for UniformRandomProvider to allow the same tests
   to be used on SplittableUniformRandomProvider.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-rng] codecov-commenter commented on pull request #116: RNG-180: Add a SplittableUniformRandomProvider interface

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #116:
URL: https://github.com/apache/commons-rng/pull/116#issuecomment-1236192907

   # [Codecov](https://codecov.io/gh/apache/commons-rng/pull/116?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#116](https://codecov.io/gh/apache/commons-rng/pull/116?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ea59c46) into [master](https://codecov.io/gh/apache/commons-rng/commit/b35a065e5fbcf4089d147edb5841f807c19c1c9b?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (b35a065) will **increase** coverage by `0.00%`.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             master     #116    +/-   ##
   ==========================================
     Coverage     99.72%   99.73%            
   - Complexity     1358     1378    +20     
   ==========================================
     Files           149      150     +1     
     Lines          5413     5558   +145     
     Branches        515      531    +16     
   ==========================================
   + Hits           5398     5543   +145     
     Misses           11       11            
     Partials          4        4            
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/commons-rng/pull/116?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...e/commons/rng/SplittableUniformRandomProvider.java](https://codecov.io/gh/apache/commons-rng/pull/116/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tbW9ucy1ybmctY2xpZW50LWFwaS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvU3BsaXR0YWJsZVVuaWZvcm1SYW5kb21Qcm92aWRlci5qYXZh) | `100.00% <100.00%> (ø)` | |
   | [...ache/commons/rng/UniformRandomProviderSupport.java](https://codecov.io/gh/apache/commons-rng/pull/116/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tbW9ucy1ybmctY2xpZW50LWFwaS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvVW5pZm9ybVJhbmRvbVByb3ZpZGVyU3VwcG9ydC5qYXZh) | `100.00% <100.00%> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-rng] aherbert merged pull request #116: RNG-180: Add a SplittableUniformRandomProvider interface

Posted by GitBox <gi...@apache.org>.
aherbert merged PR #116:
URL: https://github.com/apache/commons-rng/pull/116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org