Лінійний конгруентний метод (Ukrainian Wikipedia)

Analysis of information sources in references of the Wikipedia article "Лінійний конгруентний метод" in Ukrainian language version.

refsWebsite
Global rank Ukrainian rank
1st place
1st place
451st place
828th place
153rd place
227th place
low place
low place
7,619th place
low place
low place
low place
low place
low place
9,586th place
low place
207th place
811th place
4,221st place
2,286th place
629th place
477th place
1,475th place
1,926th place

ams.org

  • D. H. Lehmer, Mathematical methods in large-scale computing units, Proceedings of a Second Symposium on Large-Scale Digital Calculating Machinery, 1949, Harvard University Press, Cambridge, Mass., 1951, pp. 141—146. MR 0044899 (13,495f)[1] [Архівовано 24 грудня 2013 у Wayback Machine.]
  • M. Greenberger, Method in randomness, Comm. ACM 8 (1965), 177—179.[2] [Архівовано 24 грудня 2013 у Wayback Machine.]

atariverse.com

seriouscomputerist.atariverse.com

dal.ca

mscs.dal.ca

  • The GNU C library's rand() in stdlib.h uses a simple (single state) linear congruential generator only in case that the state is declared as 8 bytes. If the state is larger (an array), the generator becomes an additive feedback generator and the period increases. See the simplified code [Архівовано 2 лютого 2015 у Wayback Machine.] that reproduces the random sequence from this library.

delphizine.com

  • Бакнелл Д.М. Фундаментальные алгоритмы и структуры данных в Delphi. Библиотека программиста. — Delphi Informant Magazine, 2002.

firstpr.com.au

  • Stephen K. Park; Keith W. Miller (1988). Random Number Generators: Good Ones Are Hard To Find (PDF). Communications of the ACM (англ.). 31 (10): 1192—1201. Архів оригіналу (PDF) за 20 березня 2018. Процитовано 26 грудня 2017.

gnu.org

iso.org

microsoft.com

support.microsoft.com

msdn.microsoft.com

  • In spite of documentation on MSDN [Архівовано 8 березня 2016 у Wayback Machine.], RtlUniform uses LCG, and not Lehmer's algorithm, implementations before Windows Vista are flawed, because the result of multiplication is cut to 32 bits, before modulo is applied

open-std.org

psu.edu

citeseer.ist.psu.edu

uvic.ca

dspace.library.uvic.ca

web.archive.org

  • D. H. Lehmer, Mathematical methods in large-scale computing units, Proceedings of a Second Symposium on Large-Scale Digital Calculating Machinery, 1949, Harvard University Press, Cambridge, Mass., 1951, pp. 141—146. MR 0044899 (13,495f)[1] [Архівовано 24 грудня 2013 у Wayback Machine.]
  • M. Greenberger, Method in randomness, Comm. ACM 8 (1965), 177—179.[2] [Архівовано 24 грудня 2013 у Wayback Machine.]
  • T.E. Hull and A.R. Dobell «Random Number Generators»,SIAM Review 4-3(1962),230-254 [3] [Архівовано 24 грудня 2013 у Wayback Machine.]
  • Stephen K. Park; Keith W. Miller (1988). Random Number Generators: Good Ones Are Hard To Find (PDF). Communications of the ACM (англ.). 31 (10): 1192—1201. Архів оригіналу (PDF) за 20 березня 2018. Процитовано 26 грудня 2017.
  • Брюс Шнайєр. Прикладная криптография. — Триумф, 2002. — С. 275. Архівовано з джерела 28 лютого 2014
  • The GNU C library's rand() in stdlib.h uses a simple (single state) linear congruential generator only in case that the state is declared as 8 bytes. If the state is larger (an array), the generator becomes an additive feedback generator and the period increases. See the simplified code [Архівовано 2 лютого 2015 у Wayback Machine.] that reproduces the random sequence from this library.
  • A collection of selected pseudorandom number generators with linear structures, K. Entacher, 1997. Архів оригіналу за 5 червня 2013. Процитовано 16 червня 2012.
  • Last public Committee Draft from April 12, 2011, page 346f (PDF). Архів оригіналу (PDF) за 29 березня 2018. Процитовано 21 грудня 2014.
  • How Visual Basic Generates Pseudo-Random Numbers for the RND Function. Microsoft Support. Microsoft. Архів оригіналу за 17 квітня 2011. Процитовано 17 червня 2011.
  • In spite of documentation on MSDN [Архівовано 8 березня 2016 у Wayback Machine.], RtlUniform uses LCG, and not Lehmer's algorithm, implementations before Windows Vista are flawed, because the result of multiplication is cut to 32 bits, before modulo is applied
  • ISO/IEC 14882:2011. ISO. 2 September 2011. Архів оригіналу за 29 січня 2013. Процитовано 3 September 2011.
  • GNU Scientific Library: Other random number generators. Архів оригіналу за 11 грудня 2014. Процитовано 26 грудня 2017.