Re: [rng] Split and Jump functions

2019-04-27 Thread Bernd Eckenfels
Hello, Just a question, I am unclear on the terminology, is „jump“ (did I miss the discussion leading toot?) something invented here? It sounds to me like this is a generator where the state can be cloned and it is „seekable“. It probably makes sense to have those two dimensions separated

Re: [rng] Split and Jump functions

2019-04-27 Thread Gilles Sadowski
Hello. > > > > On 27 Apr 2019, at 14:49, Gilles Sadowski wrote: > > > > Hi. > > > > Le sam. 27 avr. 2019 à 15:05, Alex Herbert > > a écrit : > >> > >> I have created RNG-97 and RNG-98 for Jump and LongJump. > >> > >> Please take a look and comment. > >> > >> The

Re: [rng] Split and Jump functions

2019-04-27 Thread Alex Herbert
> On 27 Apr 2019, at 14:49, Gilles Sadowski wrote: > > Hi. > > Le sam. 27 avr. 2019 à 15:05, Alex Herbert > a écrit : >> >> I have created RNG-97 and RNG-98 for Jump and LongJump. >> >> Please take a look and comment. >> >> The documentation highlights the

[VFS] Sftp oddity?

2019-04-27 Thread Gary Gregory
Hi All: Can anyone say why we build a SftpFileSystem here: https://github.com/apache/commons-vfs/blob/master/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileProvider.java#L90 instead of here:

Re: [rng] Split and Jump functions

2019-04-27 Thread Gilles Sadowski
Hi. Le sam. 27 avr. 2019 à 15:05, Alex Herbert a écrit : > > I have created RNG-97 and RNG-98 for Jump and LongJump. > > Please take a look and comment. > > The documentation highlights the implementation detail that a jump or long > jump creates a copy that is far ahead. The original generator

Re: [rng] Split and Jump functions

2019-04-27 Thread Alex Herbert
I have created RNG-97 and RNG-98 for Jump and LongJump. Please take a look and comment. The documentation highlights the implementation detail that a jump or long jump creates a copy that is far ahead. The original generator is not effected. The use case is thus: rng1 = …; rng2 = rng1.jump();

[VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC3

2019-04-27 Thread Bruno P. Kinoshita
I would like to release Apache Commons Imaging 1.0-alpha1. Apache Commons Imaging 1.0-alpha1 RC3 is available for review here:     https://dist.apache.org/repos/dist/dev/commons/imaging/1.0-alpha1-RC3 (svn revision 33801) The Git tag commons-imaging-1.0-alpha1-RC3 commit for this RC is

[vfs] question on GH about SFTP config

2019-04-27 Thread Gary Gregory
Please see https://github.com/apache/commons-vfs/pull/60#discussion_r279152827 Gary