Confluence space (was: GitHub Pull Requests (and Confluence))

2019-03-25 Thread sebb
On Mon, 25 Mar 2019 at 15:32, Jochen Wiedmann wrote: > > Which reminds me: Do we have a Confluence space? If not: Would anyone > mind, if I asked for one on Jira? Remember that Moin Moin is being withdrawn. There is quite a large Commons Wiki on it; maybe that should be migrated rather than start

GitHub Pull Requests (and Confluence)

2019-03-25 Thread Jochen Wiedmann
Hi, just FIY: Today I tried to accept a pull request from Github, following the procedure, as outlined on https://cwiki.apache.org/confluence/display/ROLLER/How+to+accept+a+GitHub+Pull+Request (Of course, the Git URL has to be adjusted to your subproject, in my case https://gitbox.apache.

Re: [commons-rng] 01/04: RNG-82: Add XorShift1024StarPhi generator

2019-03-25 Thread Alex Herbert
On 25/03/2019 13:13, Gilles Sadowski wrote: Hi. Nit-pick: Order of constructor arguments (see below). Wouldn't it be more consistent to put the seed first? [Cf. "TwoCmres" constructor.] Yes. Sorry I will fix master. Alex

RE: GSoC 19: Information pertaining to 'Lagged Fibonacci Generators'

2019-03-25 Thread Abhishek Dhadwal
Dear Sir, The revised GSoC proposal has been created(minus the about me section), and the Google Docs link is provided below : https://docs.google.com/document/d/1dKwGTDYWrqae26v3DdLljvZw9reEfaO5h2vyO1rWRG8/edit?usp=sharing Any and all forms of feedback would be highly appreciated ! Thanking you,

Re: [commons-rng] 01/04: RNG-82: Add XorShift1024StarPhi generator

2019-03-25 Thread Gilles Sadowski
Hi. Nit-pick: Order of constructor arguments (see below). Le lun. 25 mars 2019 à 13:08, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-rng.git > > commit c

[Rng] JDK 11 javadoc support for JPMS modules

2019-03-25 Thread Alex Herbert
I managed to get the build working for the site on JDK 11. https://github.com/apache/commons-rng/pull/32 However left as-is it does not work for the java 9 modules that use JPMS due to the javadoc tool in JDK 11.0.2. Note: This works on the original JDK 11. The latest 11.0.2 introduced stric

Re: [Rng] PractRand

2019-03-25 Thread Alex Herbert
On 25/03/2019 11:34, Gilles Sadowski wrote: JIRA report created: https://issues.apache.org/jira/projects/RNG/issues/RNG-86 This should be easy to run with the new command-line application for stress testing. It accepts stdin so can be run without modification as per dieharder. Alex

Re: [Rng] PractRand

2019-03-25 Thread Gilles Sadowski
JIRA report created: https://issues.apache.org/jira/projects/RNG/issues/RNG-86 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org