Verifiable Random Function

Ninja Blaze relies on randomness for its games, which it obtains from Drand. Thanks to the integration, Ninja Blaze can offer users provably fair outcomes that cannot be tampered with.

DRAND

Drand (pronounced "dee-rand") is a distributed randomness beacon daemon written in Golang. Servers running Drand can be linked with each other to produce collective, publicly verifiable, unbiased, unpredictable random values at fixed intervals using bilinear pairings and threshold cryptography.

Drand is meant to be an Internet infrastructure level service that provides randomness to applications, similar to how NTP provides timing information and Certificate Transparency logs provide certificate issuance information for free.

For more details, you can visit the Drand website https://drand.love/.

Last updated