Although I could make a js gadget that created random numbers and did everything, unfortunately that would not be able to rule-out cheating. What I've thus decided to do, in the interests of ruling-out cheating, is to create a PHP/MySQL dice server/verifier. As a dice rolling system isn't much without a dice roller, I decided to make that bit first. It's got a web front-end right now, but it's modular so the same dice roller will be used regardless of whether it's being called by a gadget, an app on facebook, or some standalone game running software.
It's still in its infancy, I got the web space and started coding less than 12 hours ago, but I'm quite proud of what the dice roller can do in its current state so I decided to share it with you. It does most (i think all?) of the tricks necessary for SR3 and SR4 dice rolling, and can even be tweaked for house rules.
Here ya go:
Unfortunately, that free hosting site seems to have disappeared. I'm now hosting it on:
http://this.actually.doesntexist.org/
I'm less interested in bugs right now, there will be lots of them. Right now I'd like some feedback on the syntax I'm using, and if there are any features you'd really like to see that I've not mentioned already.