I hear they're opening a new location near the practice of Bob Loblaw (of Bob Loblaw's Law Blog fame)The Low-Cal Calzone Zone?
Maybe this is one of those distractions..... where’s @Stickman393 ?
an undisclosed location....sounds shady to me. Why hasn't he disclosed his location, hmmmmm?
Might I point out however, that according to all known laws of aviation, there is no way that a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway. Because bees don’t care what humans think is impossible.
I can give you all a bit of background on Randy if you're interested...
Not a software guy by any means but I remember this awesome video about Cloudflare’s encryption. Since software can’t be truly random, they have a wall of lava lamps with a camera pointed at it taking pictures, and the data from those is used for encryption keys.Maybe I'm drifting off-topic, but how does one generate a truly random # with software?
Maybe I'm drifting off-topic, but how does one generate a truly random # with software?
Right. They are inputing variables from a randomness as the seed.Not a software guy by any means but I remember this awesome video about Cloudflare’s encryption. Since software can’t be truly random, they have a wall of lava lamps with a camera pointed at it taking pictures, and the data from those is used for encryption keys.
Since the lava lamps cannot be predicted, it’s truly random.
I think I read that they have a different solution at each site, one might be a fish tank; I don’t remember much else.
Yep, gotta have random to make random.Good answers. I like lava lamps.
You have to find an external process that is random, or at least unpredictable, and use that to seed the pseudo-random generator. Games of chance can use the unwitting player to generate the seed. Simply pressing a button is an unpredictable process. Measure how long the button is down, in microseconds, and there's the seed.