[ 
https://issues.apache.org/jira/browse/RNG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894732#comment-16894732
 ] 

Alex D Herbert commented on RNG-84:
-----------------------------------

Well assuming you forked from origin then you have to bring down the latest 
changes from the remote:
{code:java}. 
git fetch origin
git rebase origin/master
{code}
Without doing {{fetch}} you are rebasing off an old remote.


> 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)

Reply via email to