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

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

No need to sync your master in your branch. Just fetch the origin and then you 
can rebase the branch on {{origin/master}}. It should be a simple process as 
most of the files are new so there are no conflicts.

Once done use {{git rebase -i HEAD~5}} and squash all your 5 commits into 1 and 
then force push to the PR branch ({{git push -f}}). The PR will be a single 
clean commit with all the new changes.

> 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