Draw Verification
Every draw on InkGiveaways is conducted using PHP's random_int() —
a cryptographically secure pseudorandom number generator (CSPRNG) backed by
your OS's entropy source. The seed recorded below can be used to independently
audit the fairness of any draw.
How it works: At draw time, we generate a random 16-byte seed
(
bin2hex(random_bytes(16))), then perform a Fisher-Yates shuffle
of all valid tickets using random_int(). The winning ticket(s) are
the first in the shuffled pool. The seed is recorded before the result is known.
No draws have run yet
Check back after our first competition closes.