[erlang-questions] All possible internal states of Erlang/OTP random module are practically computable
Eric Pailleau
eric.pailleau@REDACTED
Wed Dec 24 11:55:28 CET 2014
____
make_ref()
Returns an almost unique reference.
The returned reference will reoccur after approximately 2^82 calls; therefore it is unique enough for most practical purposes.
____
hi,
could this function a base for a better non cryptographic random generator ?
phash2 on such make_ref() value does not help with 2^32 cycle...
regards
« Envoyé depuis mon mobile » Eric
More information about the erlang-questions
mailing list