Skip to content

[LANG-1592] Correct implementation of RandomUtils.nextLong(long, long)#586

Merged
asfgit merged 1 commit intoapache:masterfrom
aherbert:lang-1592-fix
Jul 23, 2020
Merged

[LANG-1592] Correct implementation of RandomUtils.nextLong(long, long)#586
asfgit merged 1 commit intoapache:masterfrom
aherbert:lang-1592-fix

Conversation

@aherbert
Copy link
Contributor

The method has been changed to use exclusively the long datatype to
generate the value.

The implementation is taken from the Commons RNG project.

@aherbert aherbert changed the title LANG-1592: Correct implementation of RandomUtils.nextLong(long, long) [LANG-1592] Correct implementation of RandomUtils.nextLong(long, long) Jul 21, 2020
@coveralls
Copy link

coveralls commented Jul 21, 2020

Coverage Status

Coverage increased (+0.001%) to 94.665% when pulling ba7505d on aherbert:lang-1592-fix into 4e94604 on apache:master.

The method has been changed to use exclusively the long datatype to
generate the value.

The implementation is taken from the Commons RNG project.
@asfgit asfgit merged commit ba7505d into apache:master Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants