These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Dice / external RNG

Author
Materia Hunter
Republic University
Minmatar Republic
#1 - 2012-03-30 14:06:45 UTC
Hi

I've looked at Chribba's dice and I'm just wondering if I'm being really dim, or if there is no API to access it? (not character access, but access to the dice data, unlocking it and so on....)

I'd like to have quite a few random numbers generated for something I'm planning (but nothing excessive). Doing this manually is going to be a pain. Filling in the form through PHP / cURL calls seems a bit hacky.

Any thoughts?

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2012-03-30 14:24:28 UTC
Why not just use whatever you're going to be using the random numbers in?

If you're using google's spreadsheet, randbetween(bottom,top) would do it.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Materia Hunter
Republic University
Minmatar Republic
#3 - 2012-03-30 14:28:12 UTC
Steve Ronuken wrote:
Why not just use whatever you're going to be using the random numbers in?

If you're using google's spreadsheet, randbetween(bottom,top) would do it.


Because no Eve player in their right mind is going to trust me when I say "the number generated was X". And rightly so.

It needs the ability to be verified by players, like what dice offers.
Catho Sharn
Don't Die Interstellar Enterprises
#4 - 2012-03-30 15:16:25 UTC
How many rolls?

This http://www.pbegames.com/roller/ is forms / email based but supports up to 1000 rolls and provides verification of emailed results. Might work for a one-shot situation.