Skip to main content

Calculate PF Array Draw

Draws a set of distinct provably fair numbers from a pool — the Keno or lottery form of a fair roll.

Same commit/reveal inputs as Calculate Roll, but instead of one value it returns Draw Count numbers drawn from a pool of Pool Size.

Inputs

Actions

SignalDescription
DoPerforms the draw.

General

DataDescription
client seed (string)The player's client seed.
server seed (string)The secret server seed for this round.
nonce (number)The round nonce.
draw count (number)How many numbers to draw.
pool size (number)How large the pool is — a Keno pool of 80 means numbers 1 to 80.

Outputs

DataDescription
result (array)The drawn numbers.
SignalDescription
DoneSent when the node has finished, on success and on failure alike.