中文
相关论文

相关论文: Xorshift1024*, Xorshift1024+, Xorshift128+ and Xor…

200 篇论文

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

Marsaglia proposed recently xorshift generators as a class of very fast, good-quality pseudorandom number generators. Subsequent analysis by Panneton and L'Ecuyer has lowered the expectations raised by Marsaglia's paper, showing several…

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

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

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

Xorshift128+ is a newly proposed pseudorandom number generator (PRNG), which is now the standard PRNG on a number of platforms. We demonstrate that three-dimensional plots of the random points generated by the generator have visible…

数学软件 · 计算机科学 2021-08-25 Hiroshi Haramoto , Makoto Matsumoto , Mutsuo Saito

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

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

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

The Graphcore Intelligence Processing Unit contains an original pseudorandom number generator (PRNG) called xoroshiro128aox, based on the F2-linear generator xoroshiro128. It is designed to be cheap to implement in hardware and provide…

硬件体系结构 · 计算机科学 2022-09-13 James Hanlon , Stephen Felix

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

Machine learning (ML) frameworks rely heavily on pseudorandom number generators (PRNGs) for tasks such as data shuffling, weight initialization, dropout, and optimization. Yet, the statistical quality and reproducibility of these…

其他计算机科学 · 计算机科学 2025-07-08 Benjamin A. Antunes

The XCRUSH family of non-Feistel, ARX block ciphers is designed to make efficient use of modern 64-bit general-purpose processors using a small number of encryption rounds which are simple to implement in software. The avalanche function,…

密码学与安全 · 计算机科学 2016-10-26 Evan Saulpaugh

The Mersenne Twister MT19937 pseudorandom number generator, introduced by the last two authors in 1998, is still widely used. It passes all existing statistical tests, except for the linear complexity test, which measures the ratio of the…

数学软件 · 计算机科学 2026-01-05 Alain Schumacher , Takuji Nishimura , Makoto Matsumoto

Pseudo-random number generators (PRNGs) are widely used in modern computing and are expected to exhibit excellent statistical performance and repeatability. This study evaluates and compares modern PRNGs used in high performance computing…

分布式、并行与集群计算 · 计算机科学 2026-05-19 Théau Wartel , David R. C. Hill

In this paper, a new chaotic pseudo-random number generator (PRNG) is proposed. It combines the well-known ISAAC and XORshift generators with chaotic iterations. This PRNG possesses important properties of topological chaos and can…

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

We describe a new statistical test for pseudorandom number generators (PRNGs). Our test can find bias induced by dependencies among the Hamming weights of the outputs of a PRNG, even for PRNGs that pass state-of-the-art tests of the same…

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

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

The Pseudo-Random Number Generators (PRNGs) are key tools in Monte Carlo simulations. More recently, the MIXMAX PRNG has been included in ROOT and Class Library for High Energy Physics (CLHEP) software packages and claims to be a state of…

数据分析、统计与概率 · 物理学 2017-07-11 Narek H. Martirosyan , Gevorg A. Karyan , Norayr Z. Akopov

Background: Computational analysis of next-generation sequencing data is outpaced by data generation in many cases. In one such case, paired-end reads can be produced from the Illumina sequencing method faster than they can be overlapped by…

基因组学 · 定量生物学 2013-04-18 Russell J. Dickson , Gregory B. Gloor

At CRYPTO 2019, Gohr pioneered neural cryptanalysis by introducing differential-based neural distinguishers to attack Speck32/64, establishing a novel paradigm combining deep learning with differential cryptanalysis.Since then, constructing…

密码学与安全 · 计算机科学 2025-11-11 Chengcai Liu , Siwei Chen , Zejun Xiang , Shasha Zhang , Xiangyong Zeng
‹ 上一页 1 2 3 10 下一页 ›