Neha Patil (Editor)

Inversive congruential generator

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Inversive congruential generators are a type of nonlinear congruential pseudorandom number generator, which use the modular multiplicative inverse (if it exists) to generate the next number in a sequence. The standard formula for an inversive congruential generator, modulo some prime q is:

Contents

Such a generator is denoted symbolically as ICG(q,a,c,seed) and is said to be an ICG with parameters q,a,c and seed seed.

Period

The sequence ( x n ) n 0 must have x i = x j after finitely many steps and since the next element depends only on its direct predecessor also x i + 1 = x j + 1 etc. The maximum length that the period T for a function modulo q can have is T=q. If the polynomial f ( x ) = x 2 c x a F q [ x ] (polynomial ring over F q ) is primitive, then the sequence will have the maximum length. Such polynomials are called inversive maximal period (IMP) polynomials. The sufficient condition for maximum sequence period is a proper choice of parameters a and c according to the algorithm described in. Eichenauer-Herrmann, Lehn, Grothe and Niederreiter have shown that inversive congruential generators have good uniformity properties, in particular with regard to lattice structure and serial correlations.

Example

ICG(5,2,3,1) gives the sequence:(1,0,3,2,4,1,.....) (as in F 5 , 1 and 4 are their own inverse, 2 is the inverse of 3 and conversely). In this example f ( x ) = x 2 3 x 2 is irreducible in F 5 [ x ] as neither 0,1,2,3 or 4 are roots, and therefore the period is equal to q=5.In order to show that f is primitive one should show that x is a primitive element of F 5 [ x ] / ( f ) .

Compound Inversive Generator

The construction of a Compound Inversive Generator (CIG) relies on combining two or more congruential inversive generators according to the method described below.

Let p 1 , , p r be distinct prime integers, each p j 5 . For each index j,1≤ j ≤ r, let ( x n ) n 0 be a sequence of elements of F p j , that is periodic with period length p j . In other words, { x n ( j ) | 0 n p j } =∈ F p j .

For each index j, 1≤ j ≤ r, we consider T j = T / p j where T = p 1 p r is the period length of the following sequence ( x n ) n 0 .

The sequence ( x n ) n 0 of compound pseudorandom numbers is defined as the sum

x n = T 1 x n ( 1 ) + T 2 x n ( 2 ) + + T r x n ( r ) mod T .

The compound approach allows combining Inversive Congruential Generators, provided they have full period, in parallel generation systems.

Example

Let p 1 = 5 and p 2 = 7 ( r = 2 ) . To simplify, take ( x n ( 1 ) ) n 0 = ( 0 , 1 , 2 , 3 , 4 , ) and ( x n ( 2 ) ) n 0 = ( 0 , 1 , 2 , 3 , 4 , 5 , 6 , ) . We compute for every 1≤ j≤ 35, x j = 7 x j ( 1 ) + 5 x j ( 2 ) mod 35 then ( x n ) n 0 = ( 0 , 12 , 24 , 1 , 13 , 25 , 2 , 14 , 26 , 3 , 15 , 27 , 4 , 16 , 28 , 5 , 17 , 29 , 6 , 18 , 30 , 7 , 19 , 31 , 8 , 20 , 32 , 9 , 21 , 33 , 10 , 22 , 34 , 11 , 23 ) (we have to do the 35 different sums to obtain 0+0 and we begin the same sequence again, the period is 5 × 7 = 35 ). This method allows obtaining very long period and modular operations may be carried out with relatively small moduli.

Advantages of CIG

The CIG are accepted for practical purposes for a number of reason.

Firstly, binary sequences produced in this way are free of undesirable statistical deviations. Inversive sequences extensively tested with variety of statistical tests remain stable under the variation of parameter.

Secondly, there exists a steady and simple way of parameter choice, based on the Chou algorithm that guarantees maximum period length.

Thirdly, compound approach has the same properties as single inversive generators but it also provides period length significantly greater than obtained by a single Inversive Congruential Generator. They seem to be designed for application with multiprocessor parallel hardware platforms.

There exists an algorithm which allows designing compound generators with predictable period length, predictable linear complexity level, with excellent statistical properties of produced bit streams.

The procedure of designing this complex structure starts with defining finite field of p elements and ends with choosing the parameters a and c for each Inversive Congruential Generator being the component of the compound generator. It means that each generator is associated to a fixed IMP polynomial. Such a condition is sufficient for maximum period of each Inversive Congruential Generator and finally for maximum period of the compound generator. The construction of IMP polynomials is the most efficient approach to find parameters for Inversive Congruential Generator with maximum period length.

Discrepancy and its boundaries

Equidistribution and statistical independence properties of the generated sequences, which are very important for their usability in a stochastic simulation, can be analyzed based on the discrepancy of s-tuples of successive pseudorandom numbers with s = 1 and s = 2 respectively.

The discrepancy computes the distance of a generator from a uniform one, a low discrepancy means that the sequence generated can be used for cryptographic purposes and the first aim of the Inversive congruential generator is to provide pseudorandom numbers.

Definition

For N arbitrary points t 1 , , t N 1 [ 0 , 1 ) the discrepancy is defined by D N ( t 1 , , t N 1 ) = s u p J | F N ( J ) V ( J ) | , where the supremum is extended over all subintervals J of [ 0 , 1 ) s , F N ( J ) is N 1 times the number of points among t 1 , , t N 1 falling into J and V ( J ) denotes the s-dimensional volume of J.

Until now, we had sequences of integers from 0 to T 1 , in order to have sequences of [ 0 , 1 ) s , one can divide a sequences of integers by its period T.

From this definition, we can say that if the sequence t 1 , , t N 1 is perfectly random then its well distributed on the interval J = [ 0 , 1 ) s then V ( J ) = 1 and all points are in J so F N ( J ) = N / N = 1 hence D N ( t 1 , , t N 1 ) = 0 but instead if the sequence is concentrated close to one point then the subinterval J is very small V ( j ) 0 and F N ( j ) N / N 1 so D N ( t 1 , , t N 1 ) = 1 Then we have from the better and worst case:

0 D N ( t 1 , , t N 1 ) 1 .

Notations

Some further notation is necessary. For integers k 1 and q 2 let C k ( q ) be the set of nonzero lattice points ( h 1 , , h k ) Z k with q / 2 < h j < q / 2 for 1 j k .

Define

r ( h , q ) = { q sin ( π | h | / q ) for  h C 1 ( q ) 1 for  h = 0

and

r ( h , q ) = j = 1 k r ( h j , q )

for h = ( h 1 , , h k ) C k ( q ) . For real t the abbreviation e ( t ) = e x p ( 2 π i t ) is used, and u v stands for the standard inner product of u , v in R k .

Higher bound

Let N 1 and q 2 be integers. Let t n = y n / q [ 0 , 1 ) k with y n { 0 , 1 , , q 1 } k for 0 n < N .

Then the discrepancy of the points t 0 , , t N 1 satisfies

D N ( t 0 , t 1 , , t N 1 ) k q + 1 N h C k ( q ) 1 r ( h , q ) | n = 0 N 1 e ( h t n ) |

Lower bound

The discrepancy of N arbitrary points t 1 , , t N 1 [ 0 , 1 ) k satisfies

D N ( t 0 , t 1 , , t N 1 ) π 2 N ( ( π + 1 ) l 1 ) j = 1 k m a x ( 1 , h j ) | n = 0 N 1 e ( h t n ) |

for any nonzero lattice point h = ( h 1 , , h k ) Z k , where l denotes the number of nonzero coordinates of h .

These two theorems show that the CIG is not perfect because the discrepancy is greater strictly than a positive value but also the CIG is not the worst generator as the discrepancy is lower than a value less than 1.

There exist also theorems which bound the average value of the discrepancy for Compound Inversive Generators and also ones which take values such that the discrepancy is bounded by some value depending on the parameters. For more details see the original paper.

References

Inversive congruential generator Wikipedia