Search In this Thesis
   Search In this Thesis  
العنوان
Random numbers significance testing and queues /
المؤلف
Abdel Rehim, Wael Mohamed Fawaz.
هيئة الاعداد
باحث / وائل محمد فواز عبد الرحيم
مشرف / اسماعيل عمرو اسماعيل
مشرف / ايهاب ابراهيم مرسى
مناقش / السيد محمد السيد الهربيطى
مناقش / مصطفى جاد الحق محمد
الموضوع
Statistics. Programming languages (Computers).
تاريخ النشر
2013
عدد الصفحات
ix, 81 p. :
اللغة
الإنجليزية
الدرجة
ماجستير
التخصص
التحليل العددي
تاريخ الإجازة
1/1/2013
مكان الإجازة
جامعة قناة السويس - كلية العلوم - الرياضيات
الفهرس
Only 14 pages are availabe for public view

from 36

from 36

Abstract

Measuring the quality of randomness of a given sequence is a crucial problem that significantly affects the quality of many practical applications such as queue simulation, and cryptography. That is, generated sequences should be subjected to a variety of statistical tests designed to detect the specific property expected of random sequences.
In this thesis we study Poker test, one of the most popular approaches for testing randomness. In particular, we design and implement a Poker test program using C++ language. We compare the performance of implementing two versions of Poker test, the classical and the modified Poker tests. We show that the classical Poker test can be implemented with no significant extra running time compared with the modified Poker test. These results encourage the using of the classical test over the modified one.