how do you use a non number as a seed in an rng?

Posted by calccrypto on Stack Overflow See other posts from Stack Overflow or by calccrypto
Published on 2010-03-28T04:17:49Z Indexed on 2010/03/28 4:23 UTC
Read the original article Hit count: 169

Filed under:

how would you use, say, the string "abc" as the seed of an rng? would you change it into 0x616263, or 123, or hash it with sha1 (or some other hash), or something else?

© Stack Overflow or respective owner

Related posts about rng