Re: [Pharo-dev] WELL512 PRNG

2018-11-09 Thread Stephane Ducasse
I remember that I collected many of them and put them in PolyMath. On Fri, Nov 9, 2018 at 6:40 PM Serge Stinckwich wrote: > > > On Fri, Nov 9, 2018 at 5:54 PM Norbert Hartl wrote: > >> I was about to say let‘s add this to the Cryptography package  >> >> > How much RNGs are implemented in the

[Pharo-dev] Action list for Pharo 70 release

2018-11-09 Thread Stephane Ducasse
Hi The team got a meeting about the final points to address before the release. Here is the summary of action points one and to do to the meeting next month. Done: Release - version info from tag Calypso - Traits (In calypso repository, not yet in Pharo) -

[Pharo-dev] [Pharo 7.0-dev] Build #1374: 22650-add-Operations-as-Reifications

2018-11-09 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1374 was: SUCCESS. The Pull Request #1961 was integrated: "22650-add-Operations-as-Reifications" Pull request url: https://github.com/pharo-project/pharo/pull/1961 Issue Url: https://pharo.fogbugz.com/f/cases/22650 Build Url:

Re: [Pharo-dev] PharoLauncher : Image version determination error

2018-11-09 Thread Christophe Demarey
Hi, > Le 9 nov. 2018 à 14:11, Mariano Martinez Peck a écrit > : > > > > On Fri, Nov 9, 2018, 10:06 Christophe Demarey wrote: > Hi Mariano, > > Le 8 nov. 2018 à 20:47, Mariano Martinez Peck > a écrit : > > > > Hi All, > >

Re: [Pharo-dev] WELL512 PRNG

2018-11-09 Thread Serge Stinckwich
Can you contribute your code to PolyMath: https://github.com/PolyMathOrg/PolyMath We have other RNGs available. Thank you. On Fri, Nov 9, 2018 at 3:23 PM Sven Van Caekenberghe wrote: > Hi, > > By accident I came across a pseudo random number generator that I never > heard off before. It is

Re: [Pharo-dev] PharoLauncher : Image version determination error

2018-11-09 Thread Mariano Martinez Peck
On Fri, Nov 9, 2018 at 11:15 AM Christophe Demarey < christophe.dema...@inria.fr> wrote: > Hi, > > Le 9 nov. 2018 à 14:11, Mariano Martinez Peck a > écrit : > > > > On Fri, Nov 9, 2018, 10:06 Christophe Demarey wrote: > >> Hi Mariano, >> >> Le 8 nov. 2018 à 20:47, Mariano Martinez Peck a >>

Re: [Pharo-dev] PharoLauncher : Image version determination error

2018-11-09 Thread Christophe Demarey
Hi Mariano, Le 8 nov. 2018 à 20:47, Mariano Martinez Peck a écrit : > > Hi All, > > I am having this same problem with the #fileDescriptorType: in a > PharoLauncher 1.4.6 64 bits trying to launch a > Pharo-7.0.0+rc1.build.1373.sha.c50749c3452952c3572527bed9ea18ec8c674855 (64 > Bit). > >

Re: [Pharo-dev] PharoLauncher : Image version determination error

2018-11-09 Thread Mariano Martinez Peck
On Fri, Nov 9, 2018, 10:06 Christophe Demarey Hi Mariano, > > Le 8 nov. 2018 à 20:47, Mariano Martinez Peck a > écrit : > > > > Hi All, > > > > I am having this same problem with the #fileDescriptorType: in a > PharoLauncher 1.4.6 64 bits trying to launch a >

Re: [Pharo-dev] WELL512 PRNG

2018-11-09 Thread Norbert Hartl
I was about to say let‘s add this to the Cryptography package  > Am 09.11.2018 um 15:34 schrieb Serge Stinckwich : > > Can you contribute your code to PolyMath: > https://github.com/PolyMathOrg/PolyMath > We have other RNGs available. > > Thank you. > >> On Fri, Nov 9, 2018 at 3:23 PM Sven

[Pharo-dev] WELL512 PRNG

2018-11-09 Thread Sven Van Caekenberghe
Hi, By accident I came across a pseudo random number generator that I never heard off before. It is supposed to be pretty good and had a very simple implementation. So I ported it to Pharo. I am RandomWELL512, a random number generator. I use the PRNG (Pseudo Randon Number Generator) WELL

Re: [Pharo-dev] WELL512 PRNG

2018-11-09 Thread Serge Stinckwich
On Fri, Nov 9, 2018 at 5:54 PM Norbert Hartl wrote: > I was about to say let‘s add this to the Cryptography package  > > How much RNGs are implemented in the crypto packages ? Maybe we need to sync one day :-) -- Serge Stinckwic h Int. Research Unit on Modelling/Simulation of Complex

Re: [Pharo-dev] PharoLauncher : Image version determination error

2018-11-09 Thread Alistair Grant
Hi Christophe, On Fri, 9 Nov 2018 at 15:15, Christophe Demarey wrote: > > For now, to work around the problem, I will add a windows to easily update > the VMs from the launcher UI. It should be possible to check if there is a new VM by just requesting the headers for the download URL. You

Re: [Pharo-dev] PharoLauncher : Image version determination error

2018-11-09 Thread Esteban Maringolo
El vie., 9 nov. 2018 a las 15:02, Alistair Grant () escribió: > Hi Christophe, > > On Fri, 9 Nov 2018 at 15:15, Christophe Demarey > wrote: > > > > For now, to work around the problem, I will add a windows to easily > update the VMs from the launcher UI. > > It should be possible to check if