Chi-square of Pseudorandom Number Generator of Normal Distribution in C++17

High quality pseudorandom number generators were needed in many software solutions throughout the history of programming. Nowadays, these generators play an even more significant role in software development. Generally, these generators bring a certain level of coincidence in some algorithms which n...

Descripción completa

Guardado en:
Detalles Bibliográficos
Autores principales: Pavel Tomášek, Hana Tomášková, Jakub Rak
Formato: article
Lenguaje:EN
Publicado: UIKTEN 2021
Materias:
c++
L
T
Acceso en línea:https://doaj.org/article/0fe464c66c2d4995addb4653fcd3ee99
Etiquetas: Agregar Etiqueta
Sin Etiquetas, Sea el primero en etiquetar este registro!
Descripción
Sumario:High quality pseudorandom number generators were needed in many software solutions throughout the history of programming. Nowadays, these generators play an even more significant role in software development. Generally, these generators bring a certain level of coincidence in some algorithms which need it. This work focuses on the statistical evaluation of one of the representatives of the generators using Pearson's Chi-square goodness of fit test. The generator of pseudorandom numbers under test is the specific implementation in the modern standard of the programming language of C++ (the standard of C++17). Results presented in this paper inform whether the numbers generated by the selected generator follow the desired probability distribution (normal).