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

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

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

[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