Tag

probability testing

0 views collected around this technical thread.

NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 14, 2021 · Game Development

Probability Testing: Practical Experience and Guidelines for Game QA

This article shares practical experience on probability testing in games, covering boundary‑value testing, avoiding misleading probability placements, and clear probability disclosure, while illustrating common pitfalls with code examples and real‑world case studies.

boundary testinggame QAprobability disclosure
0 likes · 8 min read
Probability Testing: Practical Experience and Guidelines for Game QA
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 6, 2021 · Game Development

How to Verify the Correctness of Probabilities in Game QA

This article explains how QA engineers can rigorously test and validate in‑game probability settings by collecting large samples, analyzing distribution patterns, and using statistical visualizations to ensure random mechanics behave as intended.

Game developmentdistributiongame QA
0 likes · 8 min read
How to Verify the Correctness of Probabilities in Game QA
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 1, 2021 · Fundamentals

Understanding Random Number Generation and Its Impact on Game Probability Testing

The article explains how pseudo‑random numbers are generated, why true randomness differs, shows common algorithms and code examples, and provides practical guidelines for seed handling to avoid misleading probability myths in games.

Game developmentPseudo‑randomQA
0 likes · 6 min read
Understanding Random Number Generation and Its Impact on Game Probability Testing
DeWu Technology
DeWu Technology
Dec 25, 2020 · Fundamentals

Testing Probabilistic Events with Binomial Confidence Intervals

To verify that a probabilistic interface behaves as configured, the article explains how to compute binomial confidence intervals using the normal approximation for moderate probabilities and large samples, or the exact Clopper‑Pearson method for extreme or small samples, and provides Java examples and practical guidelines.

Clopper-PearsonJava testingbinomial confidence interval
0 likes · 9 min read
Testing Probabilistic Events with Binomial Confidence Intervals