Re: [rng] Utility for creating permutations of hex digits

2019-05-09 Thread Gilles Sadowski
Le jeu. 9 mai 2019 à 17:07, Alex Herbert a écrit : > > > On 09/05/2019 15:46, Gilles Sadowski wrote: > > Le jeu. 9 mai 2019 à 14:30, Alex Herbert a écrit > > : > >> > >> > >>> On 9 May 2019, at 12:58, Gilles Sadowski wrote: > >>> > >>> Hi. > >>> > >>> Le jeu. 9 mai 2019 à 13:31, Alex Herbert >

Re: [rng] Utility for creating permutations of hex digits

2019-05-09 Thread Alex Herbert
On 09/05/2019 15:46, Gilles Sadowski wrote: Le jeu. 9 mai 2019 à 14:30, Alex Herbert a écrit : On 9 May 2019, at 12:58, Gilles Sadowski wrote: Hi. Le jeu. 9 mai 2019 à 13:31, Alex Herbert mailto:alex.d.herb...@gmail.com>> a écrit : The Middle Square Weyl Sequence (MSWS) generator uses

Re: [rng] Utility for creating permutations of hex digits

2019-05-09 Thread Gilles Sadowski
Le jeu. 9 mai 2019 à 14:30, Alex Herbert a écrit : > > > > > On 9 May 2019, at 12:58, Gilles Sadowski wrote: > > > > Hi. > > > > Le jeu. 9 mai 2019 à 13:31, Alex Herbert > > a écrit : > >> > >> The Middle Square Weyl Sequence (MSWS) generator uses an internal Wey

Re: [rng] Utility for creating permutations of hex digits

2019-05-09 Thread Alex Herbert
> On 9 May 2019, at 12:58, Gilles Sadowski wrote: > > Hi. > > Le jeu. 9 mai 2019 à 13:31, Alex Herbert > a écrit : >> >> The Middle Square Weyl Sequence (MSWS) generator uses an internal Weyl >> sequence [1] to create randomness. This is basically a linear i

Re: [rng] Utility for creating permutations of hex digits

2019-05-09 Thread Gilles Sadowski
Hi. Le jeu. 9 mai 2019 à 13:31, Alex Herbert a écrit : > > The Middle Square Weyl Sequence (MSWS) generator uses an internal Weyl > sequence [1] to create randomness. This is basically a linear increment added > to a sum that will eventually wrap (due to overflow) to restart at the > beginning

[rng] Utility for creating permutations of hex digits

2019-05-09 Thread Alex Herbert
The Middle Square Weyl Sequence (MSWS) generator uses an internal Weyl sequence [1] to create randomness. This is basically a linear increment added to a sum that will eventually wrap (due to overflow) to restart at the beginning. The MSWS paper recommends an increment with a high number of diff