Also, if anyone interested, PHP had such way to generate predictable sequences in the past, but after it was horribly misused by various people for crypto keys/password generation purposes, they have forbidden it completely, so only non-predictable sequences in PHP from now on. Maybe, just maybe, it makes sense not to stand on the same rack twice.
Re: Different random shuffles generated when compiled with gdc than with dmd
Wanderer via Digitalmars-d-learn Fri, 30 May 2014 07:11:04 -0700
I must note if the sequence is predictable, it's not random
anymore, it's pseudo-random at most.
- Different random shuffles ... Andrew Brown via Digitalmars-d-learn
- Re: Different random ... Wanderer via Digitalmars-d-learn
- Re: Different ran... Andrew Brown via Digitalmars-d-learn
- Re: Different random ... monarch_dodra via Digitalmars-d-learn
- Re: Different ran... Andrew Brown via Digitalmars-d-learn
- Re: Different... Russel Winder via Digitalmars-d-learn
- Re: Different... Dicebot via Digitalmars-d-learn
- Re: Different ran... Joseph Rushton Wakeling via Digitalmars-d-learn
- Re: Different ran... monarch_dodra via Digitalmars-d-learn
- Re: Different... Andrew Brown via Digitalmars-d-learn
- Re: Different... Joseph Rushton Wakeling via Digitalmars-d-learn
- Re: Diffe... Joseph Rushton Wakeling via Digitalmars-d-learn