Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть LXM: Better Splittable Pseudorandom Number Generators (and Almost as Fast)

  • ACM SIGPLAN
  • 2021-10-27
  • 354
LXM: Better Splittable Pseudorandom Number Generators (and Almost as Fast)
GuyJr.L.SebastianoSteeleVigna
  • ok logo

Скачать LXM: Better Splittable Pseudorandom Number Generators (and Almost as Fast) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно LXM: Better Splittable Pseudorandom Number Generators (and Almost as Fast) или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку LXM: Better Splittable Pseudorandom Number Generators (and Almost as Fast) бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео LXM: Better Splittable Pseudorandom Number Generators (and Almost as Fast)

In 2014, Steele, Lea, and Flood presented SplitMix, an object-oriented pseudorandom number generator (PRNG) that is quite fast (9 64-bit arithmetic/logical operations per 64 bits generated) and also \emph{splittable}. A conventional PRNG object provides a \emph{generate} method that returns one pseudorandom value and updates the state of the PRNG; a splittable PRNG object also has a second operation, \emph{split}, that replaces the original PRNG object with two (seemingly) independent PRNG objects, by creating and returning a new such object and updating the state of the original object. Splittable PRNG objects make it easy to organize the use of pseudorandom numbers in multithreaded programs structured using fork-join parallelism. This overall strategy still appears to be sound, but the specific arithmetic calculation used for \emph{generate} in the SplitMix algorithm has some detectable weaknesses, and the period of any one generator is limited to $2^{64}$.
Here we present the LXM \emph{family} of PRNG algorithms. The idea is an old one: combine the outputs of two independent PRNG algorithms, then (optionally) feed the result to a mixing function. An LXM algorithm uses a linear congruential subgenerator and an $\mathbf{F}_2$-linear subgenerator; the examples studied in this paper use an LCG of period $2^{16}$, $2^{32}$, $2^{64}$, or $2^{128}$ with one of the multipliers recommended by L’Ecuyer or by Steele and Vigna, and an $\mathbf{F}_2$-linear generator of the xoshiro family or xoroshiro family as described by Blackman and Vigna. Mixing functions studied in this paper include the MurmurHash3 finalizer function, David Stafford’s variants, Doug Lea’s variants, and the null (identity) mixing function.
Like SplitMix, LXM provides both a \emph{generate} operation and a \emph{split} operation. Also like SplitMix, LXM requires no locking or other synchronization (other than the usual memory fence after instance initialization), and is suitable for use with SIMD instruction sets because it has no branches or loops.
We analyze the period and equidistribution properties of LXM generators, and present the results of thorough testing of specific members of this family, using the TestU01 and PractRand test suites, not only on single instances of the algorithm but also for collections of instances, used in parallel, ranging in size from $2$ to $2^{24}$. Single instances of LXM that include a strong mixing function appear to have no major weaknesses, and LXM is significantly more robust than SplitMix against accidental correlation in a multithreaded setting. We believe that LXM is suitable for the same sorts of applications as SplitMix, that is, “everyday” scientific and machine-learning applications (but not cryptographic applications), especially when concurrent threads or distributed processes are involved.

Presented at OOPSLA 2021, part of SPLASH 2021.
By Guy L. Steele Jr., Sebastiano Vigna

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]