원문정보
초록
영어
Random number generation is an art and science of deterministically generating a Sequence of numbers that is difficult to distinguish from a true random sequence. It is become important tool in cryptography to generate secrete key. There are so many approaches to generate a pseudo random number. But they have some limitations too. In this paper we represent a new random number generation algorithm with the help of existing conventional methods & some new tricks to enhance the programs randomness. We already know some methods like mid-square or congruent. But, in our random numbers, we just use a congruential method which is pretty much different with conventional methods. That’s why we can consider it as a hybrid method of pseudo random number generator.
목차
1. Introduction
1.1. Formal Definition
1.2. Properties of a Pseudo Random Number
1.3. Area of Applications
1.4. Different Types of Generator
2. Motivation
3. Proposed Model
3.1. Idea
3.2. Algorithm
3.3. Code implementation
3.4. Output
4. Simulation & Randomness Analysis
5. Outputs & Results
5.1. Demographics of Randomness Test
6. Advantages & Disadvantage
7. Conclusions
References
