中文
相关论文

相关论文: Implementing 64-bit Maximally Equidistributed $\ma…

200 篇论文

The 32-bit Mersenne Twister generator MT19937 is a widely used random number generator. To generate numbers with more than 32 bits in bit length, and particularly when converting into 53-bit double-precision floating-point numbers in…

数值分析 · 数学 2020-03-13 Shin Harase

This paper proposes a type of pseudorandom number generator, Mersenne Twister for Graphic Processor (MTGP), for efficient generation on graphic processessing units (GPUs). MTGP supports large state sizes such as 11213 bits, and uses the…

数学软件 · 计算机科学 2013-03-14 Mutsuo Saito , Makoto Matsumoto

Sequence generators obtained by linear recursions over the two-element field $\mathbb{F}_2$, i.e., $\mathbb{F}_2$-linear generators, are widely used as pseudorandom number generators. For example, the Mersenne Twister MT19937 is one of the…

数值分析 · 计算机科学 2016-06-21 Shin Harase

We combine the design of two \emph{random number generators}, \emph{Mersenne Twister} and \emph{Xorgens}, to obtain a new class of generators with heavy-weight characteristic polynomials (exceeded only by the {\sc well} generators) and high…

数据结构与算法 · 计算机科学 2020-11-17 Marcel Van de Vel

Many simulation applications require the generation of long sequences of pseudo-random numbers. Linear recurrences modulo 2 are commonly used as the fundamental building block for constructing pseudo-random number generators with extended…

分布式、并行与集群计算 · 计算机科学 2026-05-19 Fabio Cannizzo

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

Parallel stochastic simulations tend to exploit more and more computing power and they are now also developed for General Purpose Graphics Process Units (GP-GPUs). Conse-quently, they need reliable random sources to feed their applications.…

分布式、并行与集群计算 · 计算机科学 2015-02-02 Jonathan Passerat-Palmbach , Claude Mazel , Antoine Mahul , David Hill

The Mersenne-Twister is one of the most popular generators of uniform pseudo-random numbers. It is used in many numerical libraries and software. In this paper, we look at the Komolgorov entropy of the original Mersenne-Twister, as well as…

数据结构与算法 · 计算机科学 2021-01-28 Fabien Le Floc'h

$\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

Pseudorandom number generators are required for many computational tasks, such as stochastic modelling and simulation. This paper investigates the serial CPU and parallel GPU implementation of a Linear Congruential Generator based on the…

数学软件 · 计算机科学 2012-06-25 Gleb Beliakov , Michael Johnstone , Doug Creighton , Tim Wilkin

The problem of constructing pseudorandom generators that fool halfspaces has been studied intensively in recent times. For fooling halfspaces over the hypercube with polynomially small error, the best construction known requires seed-length…

计算复杂性 · 计算机科学 2014-11-18 Parikshit Gopalan , Daniel Kane , Raghu Meka

This paper presents a new distributed approach for generating all prime numbers in a given interval of integers. From Eratosthenes, who elaborated the first prime sieve (more than 2000 years ago), to the current generation of parallel…

分布式、并行与集群计算 · 计算机科学 2013-12-17 Gabriel Paillard , Christian Lavault , Felipe Franca

Parallel supercomputer-based Monte Carlo applications depend on pseudorandom number generators that produce independent pseudorandom streams across many separate processes. We propose a new scalable class of parallel pseudorandom number…

计算物理 · 物理学 2015-02-03 Paul D. Beale

We obtain new explicit pseudorandom generators for several computational models involving groups. Our main results are as follows: 1. We consider read-once group-products over a finite group $G$, i.e., tests of the form $\prod_{i=1}^n…

计算复杂性 · 计算机科学 2025-06-05 Chin Ho Lee , Emanuele Viola

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

We present an iterative approach to constructing pseudorandom generators, based on the repeated application of mild pseudorandom restrictions. We use this template to construct pseudorandom generators for combinatorial rectangles and…

计算复杂性 · 计算机科学 2012-10-02 Parikshit Gopalan , Raghu Meka , Omer Reingold , Luca Trevisan , Salil Vadhan

Generalised Mersenne Numbers (GMNs) were defined by Solinas in 1999 and feature in the NIST (FIPS 186-2) and SECG standards for use in elliptic curve cryptography. Their form is such that modular reduction is extremely efficient, thus…

数论 · 数学 2012-04-24 Robert Granger , Andrew Moss

In this note, we give a practical solution to the problem of determining the maximal period of matrix generators of pseudo-random numbers which are based on an integer-valued unimodular matrix of size NxN known as MIXMAX and arithmetic…

高能物理 - 格点 · 物理学 2016-05-04 Konstantin G. Savvidy

The authors prove that the probability of choosing a nonlinear filter of m-sequences with optimal properties, that is, maximum period and maximum linear complexity, tends assymptotically to 1 as the linear feedback shift register length…

密码学与安全 · 计算机科学 2010-05-14 Amparo Fúster-Sabater , L. J. García-Villalba

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
‹ 上一页 1 2 3 10 下一页 ›