Hi,
I support this proposal, I think it will make application developers' lives much easier.
However, I would
like to propose one additional feature: a cryptographically secure
random number generator (CSRNG). This is a badly missed feature
today. [And just as I'm posting, I now see that Rich Tibbett beat
me to this idea.]
Specifically I would propose (and I know the details can be debated forever):
random(): returns a cryptographically-strong 32-bit random
integer.
setRandom(r): mixes a user-supplied random integer r into the RNG
internal state.
Thanks,
Yaron