[
https://issues.apache.org/jira/browse/RNG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894797#comment-16894797
]
Alex D Herbert commented on RNG-84:
-----------------------------------
I fixed checkstyle so we don't have any errors and it is in the travis build so
PRs should also pass this. Abhishek's code is clean.
Where are you looking? I've just used the same command. All checkstyle reports
should be empty except the one warning we have in:
{code:java}
commons-rng/target/staging/commons-rng-sampling/checkstyle.html
{code}
Do you get a blank white page or a HTML report that shows no errors? The empty
report looks like it is incomplete but this is the correct output.
I can send you a screen grab if you like for comparison.
> PCG
> ---
>
> Key: RNG-84
> URL: https://issues.apache.org/jira/browse/RNG-84
> Project: Commons RNG
> Issue Type: Sub-task
> Components: core
> Reporter: Gilles
> Priority: Minor
> Labels: gsoc2019
>
> From the [author's web page|http://www.pcg-random.org]:
> PCG is a family of simple fast space-efficient statistically good algorithms
> for random number generation. Unlike many general-purpose RNGs, they are also
> hard to predict.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)