Mill Computing, Inc. › Forums › The Mill › Markets › Stochastic rounding for machine learning › Reply To: Stochastic rounding for machine learning
If you go for stochastic rounding, make sure the random numbers are decent (some are not — see https://en.wikipedia.org/wiki/RANDU ).
Simplest fix: stream cipher with exportable key-length (or: encrypt 0,1,2… under a block-cipher — also exportable, if jail-time is an issue)