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/15 10:38:36 UTC

[GitHub] [commons-rng] aherbert opened a new pull request, #117: RNG-181: LXM family to support SplittableUniformRandomProvider

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

   Create generic RandomStreams class that can stream objects created with a seed and splittable source of randomness. The seed uses the stream position mixed with random bits to ensure it is unique within the stream (up to a size limit of 2^60). Use this feature to support splits in the LXM family.
   
   Add isSplittable method to RandomSource to use to identify supported interfaces.
   
   Use of the splittable interface by other modules requires an exception in RevAPI for exposing an external class in the API. This is similar to exposure of UniformRandomProvider and is allowed. The change is non-breaking for binary and source compatibility (see revapi java.class.externalClassExposedInAPI).


-- 
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] asfgit merged pull request #117: RNG-181: LXM family to support SplittableUniformRandomProvider

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


-- 
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 #117: RNG-181: LXM family to support SplittableUniformRandomProvider

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

   # [Codecov](https://codecov.io/gh/apache/commons-rng/pull/117?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 [#117](https://codecov.io/gh/apache/commons-rng/pull/117?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (0021eb9) into [master](https://codecov.io/gh/apache/commons-rng/commit/0238d2db0dd23e1cb17316d9b369376c8c7e91fc?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (0238d2d) will **increase** coverage by `0.00%`.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             master     #117    +/-   ##
   ==========================================
     Coverage     99.73%   99.73%            
   - Complexity     1378     1420    +42     
   ==========================================
     Files           150      151     +1     
     Lines          5558     5724   +166     
     Branches        531      552    +21     
   ==========================================
   + Hits           5543     5709   +166     
     Misses           11       11            
     Partials          4        4            
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/commons-rng/pull/117?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...java/org/apache/commons/rng/core/BaseProvider.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9CYXNlUHJvdmlkZXIuamF2YQ==) | `100.00% <ø> (ø)` | |
   | [...g/apache/commons/rng/core/source32/LXMSupport.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2UzMi9MWE1TdXBwb3J0LmphdmE=) | `100.00% <ø> (ø)` | |
   | [...g/apache/commons/rng/core/source64/LXMSupport.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MWE1TdXBwb3J0LmphdmE=) | `100.00% <ø> (ø)` | |
   | [...rg/apache/commons/rng/core/source32/L32X64Mix.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2UzMi9MMzJYNjRNaXguamF2YQ==) | `100.00% <100.00%> (ø)` | |
   | [...apache/commons/rng/core/source64/L128X1024Mix.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MMTI4WDEwMjRNaXguamF2YQ==) | `100.00% <100.00%> (ø)` | |
   | [.../apache/commons/rng/core/source64/L128X128Mix.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MMTI4WDEyOE1peC5qYXZh) | `100.00% <100.00%> (ø)` | |
   | [.../apache/commons/rng/core/source64/L128X256Mix.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MMTI4WDI1Nk1peC5qYXZh) | `100.00% <100.00%> (ø)` | |
   | [.../apache/commons/rng/core/source64/L64X1024Mix.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MNjRYMTAyNE1peC5qYXZh) | `100.00% <100.00%> (ø)` | |
   | [...g/apache/commons/rng/core/source64/L64X128Mix.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MNjRYMTI4TWl4LmphdmE=) | `100.00% <100.00%> (ø)` | |
   | [...che/commons/rng/core/source64/L64X128StarStar.java](https://codecov.io/gh/apache/commons-rng/pull/117/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-Y29tbW9ucy1ybmctY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvY29tbW9ucy9ybmcvY29yZS9zb3VyY2U2NC9MNjRYMTI4U3RhclN0YXIuamF2YQ==) | `100.00% <100.00%> (ø)` | |
   | ... and [3 more](https://codecov.io/gh/apache/commons-rng/pull/117/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   :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