Game
Integrity
To
ensure Game Integrity, our software developers have
spent considerable time and resources testing, thereby
guaranteeing consumer protection while at the same
time simulating real life payouts.
Of most importance is the question of the random
number generation algorithms employed by our gaming
engines. This portion of the software generates
the sequence of numbers corresponding to card types,
rolls, bars etc. Every attempt is made to ensure
that the sequences they produce are both:
unpredictable:
no recognizable pattern can be observed no matter
how long observations are carried out for. Therefore,
it can never be possible to predict the next number
in a sequence irregardless of the length of sequences
previously studied.
evenly
distributed: each possible number has the same
likelihood of appearing as any other and consequently
for large sequences, each possible number will be
repeated the same number of times.
All
tests are carried out on the real gaming server
and usually involve a sample size of between 1,000,000
to 10, 000, 000 bets run by specially designed automated
agents. Only if the frequency of winning combinations
are within expectations do we pass the game on to
the QA engineers to further ensure flawless game
play.