A Tausworthe random number generator

terchestor terchestor at gmail.com
Wed Jan 22 01:33:37 PST 2014


Thanks everybody for reviewing my code.

I rewrote almost everything to condense the code and conform to 
stylistic D usage.
My problem is the cast to integral type (line 80), downgrading 
performances of circa 50%.
Is there any possibility to avoid it?

Next step will be to implement the range interface as suggested 
by monarch_dodra.


More information about the Digitalmars-d mailing list