To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Generalized inversive congruential pseudorandom numbers

From Wikipedia, the free encyclopedia

An approach to nonlinear congruential methods of generating uniform pseudorandom numbers in the interval [0,1) is the Inversive congruential generator with prime modulus. A generalization for arbitrary composite moduli with arbitrary distinct primes will be present here.

Let . For integers with gcd (a,m) = 1 a generalized inversive congruential sequence of elements of is defined by

where denotes the number of positive integers less than m which are relatively prime to m.

YouTube Encyclopedic

  • 1/2
    Views:
    3 181
    986
  • Mod-01 Lec-22 Pseudorandomness
  • Mod-07 Lec-27 Monte Carlo simulation approach-3

Transcription

Example

Let take m = 15 = and . Hence and the sequence is not maximum.

The result below shows that these sequences are closely related to the following inversive congruential sequence with prime moduli.

For let and be integers with

Let be a sequence of elements of , given by

Theorem 1

Let for be defined as above. Then

This theorem shows that an implementation of Generalized Inversive Congruential Generator is possible, where exact integer computations have to be performed only in but not in

Proof:

First, observe that and hence if and only if , for which will be shown on induction on .

Recall that is assumed for . Now, suppose that and for some integer . Then straightforward calculations and Fermat's Theorem yield

,

which implies the desired result.

Generalized Inversive Congruential Pseudorandom Numbers are well equidistributed in one dimension. A reliable theoretical approach for assessing their statistical independence properties is based on the discrepancy of s-tuples of pseudorandom numbers.

Discrepancy bounds of the GIC Generator

We use the notation where of Generalized Inversive Congruential Pseudorandom Numbers for .

Higher bound

Let
Then the discrepancy satisfies
< × × × for any Generalized Inversive Congruential operator.

Lower bound:

There exist Generalized Inversive Congruential Generators with
×  : × for all dimension s  :≥ 2.

For a fixed number r of prime factors of m, Theorem 2 shows that for any Generalized Inversive Congruential Sequence. In this case Theorem 3 implies that there exist Generalized Inversive Congruential Generators having a discrepancy which is at least of the order of magnitude for all dimension . However, if m is composed only of small primes, then r can be of an order of magnitude and hence for every .[1] Therefore, one obtains in the general case for every .

Since , similar arguments imply that in the general case the lower bound in Theorem 3 is at least of the order of magnitude for every . It is this range of magnitudes where one also finds the discrepancy of m independent and uniformly distributed random points which almost always has the order of magnitude according to the law of the iterated logarithm for discrepancies.[2] In this sense, Generalized Inversive Congruential Pseudo-random Numbers model true random numbers very closely.

See also

References

  1. ^ G. H. Hardy and E. M. Wright, An introduction to the theory of numbers, 5th ed., Clarendon Press, Oxford, 1979.
  2. ^ J. Kiefer, On large deviations of the empiric d.f. Fo vector chance variables and a law of the iterated logarithm, PacificJ. Math. 11(1961), pp. 649-660.

Notes

  • Eichenauer-Herrmann, Jürgen (1994), "On Generalized Inversive Congruential Pseudorandom Numbers", Mathematics of Computation, 63 (207) (first ed.), American Mathematical Society: 293–299, doi:10.1090/S0025-5718-1994-1242056-8, JSTOR 2153575
This page was last edited on 30 January 2023, at 03:19
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.