Ideally, pebble would support one of the known means of generating a non-cryptographic random number (and maybe it does, but the documentation doesn't suggest so). In lieu of direct support, are there any recommended strategies for faking it? Going old school and hacking it off the time/now() works, but doesn't fill me with any sort of confidence on pseudo-variability.
Ideally, pebble would support one of the known means of generating a non-cryptographic random number (and maybe it does, but the documentation doesn't suggest so). In lieu of direct support, are there any recommended strategies for faking it? Going old school and hacking it off the time/
now()
works, but doesn't fill me with any sort of confidence on pseudo-variability.