中文
相关论文

相关论文: An experimental exploration of Marsaglia's xorshif…

200 篇论文

Marsaglia recently introduced a class of xorshift random number generators (RNGs) with periods 2n-1 for n = 32, 64, etc. Here we give a generalisation of Marsaglia's xorshift generators in order to obtain fast and high-quality RNGs with…

数据结构与算法 · 计算机科学 2010-04-20 Richard P. Brent

xorshift* generators are a variant of Marsaglia's xorshift generators that eliminate linear artifacts typical of generators based on $\mathbf Z/2\mathbf Z$-linear operations using multiplication by a suitable constant. Shortly after…

数据结构与算法 · 计算机科学 2016-05-24 Sebastiano Vigna

A class of xorshift random number generators (RNGs) are introduced by Marsaglia. We have proposed an algorithm which constructs a full period xorshift RNG from a given primitive polynomial. It is shown there is a weakness present in those…

密码学与安全 · 计算机科学 2017-08-08 Susil Kumar Bishoi , Surya Narayan Maharana

$\mathbf F_2$-linear pseudorandom number generators are very popular due to their high speed, to the ease with which generators with a sizable state space can be created, and to their provable theoretical properties. However, they suffer…

数据结构与算法 · 计算机科学 2022-03-29 David Blackman , Sebastiano Vigna

We present results of an extensive test program of a group of pseudorandom number generators which are commonly used in the applications of physics, in particular in Monte Carlo simulations. The generators include public domain programs,…

高能物理 - 格点 · 物理学 2009-10-22 I. Vattulainen , K. Kankaala , J. Saarinen , T. Ala-Nissila

Xorshift128+ are pseudo random number generators with eight sets of parameters. Some of them are standard generators in many platforms, such as JavaScript V8 Engine. We show that in the 3D plots generated by this method, points concentrate…

密码学与安全 · 计算机科学 2019-08-28 Hiroshi Haramoto , Makoto Matsumoto

A select collection of pseudorandom number generators is applied to a Monte Carlo study of the two dimensional square site percolation model. A generator suitable for high precision calculations is identified from an application specific…

无序系统与神经网络 · 物理学 2009-11-13 Michael J. Lee

The theory underlying a proposed random number generator for numerical simulations in elementary particle physics and statistical mechanics is discussed. The generator is based on an algorithm introduced by Marsaglia and Zaman, with an…

高能物理 - 格点 · 物理学 2009-10-22 Martin Luescher

In this paper, a new pseudo-random number generator (PRNG) based on chaotic iterations is proposed. This method also combines the digits of two XORshifts PRNGs. The statistical properties of this new generator are improved: the generated…

密码学与安全 · 计算机科学 2010-12-22 Christophe Guyeux , Qianxue Wang , Jacques M. Bahi

In this work it is shown how 128 bit SSE2 multimedia extension registers, present in Pentium IV class 32 bit processors, may be used to generate random numbers at several times greater speed then when regular general purpose registers are…

计算物理 · 物理学 2007-05-23 Borko D. Stosic

It is well-known that the quality of random number generators can often be improved by combining several generators, e.g. by summing or subtracting their results. In this paper we investigate the ratio of two random number generators as an…

其他计算机科学 · 计算机科学 2016-12-23 Michael Kolonko , Zijun Wu , Feng Gu

The paper study counter-dependent pseudorandom generators; the latter are generators such that their state transition function (and output function) is being modified dynamically while working: For such a generator the recurrence sequence…

密码学与安全 · 计算机科学 2011-11-15 Vladimir Anashin

A major problem in using iterative number generators of the form x_i=f(x_{i-1}) is that they can enter unexpectedly short cycles. This is hard to analyze when the generator is designed, hard to detect in real time when the generator is…

密码学与安全 · 计算机科学 2010-11-02 Adi Shamir , Boaz Tsaban

It is shown that superefficient Monte Carlo computations can be carried out by using chaotic dynamical systems as non-uniform random-number generators. Here superefficiency means that the expectation value of the square of the error…

chao-dyn · 物理学 2007-05-23 Ken Umeno

Sub-categories of mathematical topology, like the mathematical theory of chaos, offer interesting applications devoted to information security. In this research work, we have introduced a new chaos-based pseudorandom number generator…

密码学与安全 · 计算机科学 2017-06-27 Mohammed Bakiri , Jean-François Couchot , Christophe Guyeux

CPUs and operating systems are moving from 32 to 64 bits, and hence it is important to have good pseudorandom number generators designed to fully exploit these word lengths. However, existing 64-bit very long period generators based on…

数值分析 · 数学 2019-01-25 Shin Harase , Takamitsu Kimoto

Conventional random number generators provide the speed but not necessarily the high quality output streams needed for large-scale stochastic simulations. Cryptographically-based generators, on the other hand, provide superior quality…

数值分析 · 数学 2013-07-17 William K. Cochran , Michael T. Heath , Kyle W. McKiou

High-performance streams of (pseudo) random numbers are crucial for the efficient implementation for countless stochastic algorithms, most importantly, Monte Carlo simulations and molecular dynamics simulations with stochastic thermostats.…

计算物理 · 物理学 2012-08-30 Markus Manssen , Martin Weigel , Alexander K. Hartmann

We introduce the Romu family of pseudo-random number generators (PRNGs) which combines the nonlinear operation of rotation with the linear operations of multiplication and (optionally) addition. Compared to conventional linear-only PRNGs,…

分布式、并行与集群计算 · 计算机科学 2020-02-27 Mark A. Overton

Monte Carlo simulations are one of the major tools in statistical physics, complex system science, and other fields, and an increasing number of these simulations is run on distributed systems like clusters or grids. This raises the issue…

其他凝聚态物理 · 物理学 2007-07-03 Heiko Bauke , Stephan Mertens
‹ 上一页 1 2 3 10 下一页 ›