Talk:Random number generation/Archive 1

Archive 1

Sophie Germain prime

How can the result of 1/q be a random number? —Preceding unsigned comment added by 84.56.223.168 (talk) 07:55, 16 January 2008 (UTC)

it wouldn't be truly random, but it may have properties close enough to randomness that make it valuable for some purposes. what properties? two major properties are that the numbers should be distributed appoximately according to a uniform distribution, and that the numbers are uncorrelated (that is, the second number doesn't tend to be high if first one is high, or simmilar effects). it is best for the lack of correlation to extend to multiple dimensions (that is, the first three don't have statistically important effects on the second three). 6 march 2008 198.182.163.125 (talk) 13:15, 6 March 2008 (UTC)

SOCR advertisement

I know its probably against wiki guidelines but one section appears to be just an advertisement for the SOCR website or something along those lines. --213.203.161.144 (talk) 22:38, 21 July 2008 (UTC)

Spam as a source of randomness

Gentlemen, finally a use for spam: employ it in Random number generation/Archive 1. (Implies a vibrant and creative spam producing community in your country. OK, not as good as radio, tv, clouds...)

Jidanni (talk) 01:37, 28 December 2008 (UTC)

References and footnotes

I like this article. But it is missing references and footnotes section. To highlight this for editor(s) I have added the template "morefootnotes" as a reminder for work to be done. A starting point is to take the 3 external references and put them into a references section; then a footnote can be added into the body. I will attempt this as soon as I can.--Михал Орела (talk) 13:21, 13 January 2009 (UTC)

I have just added two new sections: Notes and References. I put the [1] external link into the References section and made a footnote reference to the original web-page link. Looking at the result suggests that I reverse this and put the external link reference into the Notes... Will do that now!--Михал Орела (talk) 14:12, 13 January 2009 (UTC)
Skiena Mission complete! There are two more inline references still to be dealt with.--Михал Орела (talk) 14:25, 13 January 2009 (UTC)
All done! Now it would be nice to provide citations (if needed) for other claims in the body of the article.--Михал Орела (talk) 14:56, 13 January 2009 (UTC)

Entropy vs. unpredictability to an attacker

There's terminology here that isn't clearly defined about the "quality" of random numbers and what is "truly" random. Here are some categories:

  • Arbitrary numbers: the shuffle function on your MP3 player might not even try to be random, but it's not obvious either.
  • Non-cryptographic pseudorandom number generators: easy to predict future outputs from past.
  • Cryptographic *pseudo*random number generators: These take a key of, say, 256 bits. For the best generators (e.g., AES in counter mode), nobody knows a practical way to distinguish a couple gigabytes of output from true randomness. If we discover an attack on the algorithm or have a vast (qualitative) increase in computing power, that could change.
  • Typical cryptographic random number generators: These hash information that's assumed unpredictable to an attacker (e.g., details of mouse movements, precise timing of keystrokes and hard disk activity), with the goal that the attacker should have to make 2^128 or 2^256 or whatever guesses. Given good estimates of the entropy in those inputs, the generator can be rigged so the crypto algorithms only need to provide statistical mixing, and the output will still appear random no matter what advances there are in cryptanalysis and computing power.
  • Basic "true" random number generators: Based on air turbulence, the lower bits of precise temperature readings, etc. -- things we're highly confident nobody (us or anyone else) could predict. We may be able to use parts of the output directly, without a mixing function.
  • Advanced "true" random number generators: Based on timings of atomic decays, etc.

Note that secrecy, unpredictability, and mathematical generation vs. direct observation are three distinct axes. The lower digits of the S&P 500's closing price for tomorrow are unpredictable and directly observed but not secret. Numbers generated from a good passphrase (passparagraph?) are secret and mathematically generated but some folks might question whether they're "truly" random since better crypto or computing could theoretically distinguish them from random. And so on. :) —Preceding unsigned comment added by 67.119.195.43 (talk) 23:41, 12 January 2009 (UTC)

Edit: Maybe the solution is a section, "Traits of Random Numbers", that separates out and defines (1) even statistical distribution, (2) cryptographic randomness, and (3) unpredictability regardless of computational power. 67.119.195.43 (talk) 23:52, 12 January 2009 (UTC)

Another edit: I think better names for the traits are 1) evenly distributed, 2) indistinguishable from random, 3) truly random. The difference between secrecy and randomness (except in cryptography), and between "basic" random number generators and fancypants quantum stuff, can wait until after the basic definitions. Now, the hard part is figuring out how better to organize the info currently scattered among many, many headings.67.119.195.43 (talk) 08:55, 25 January 2009 (UTC)

Cleanup

The article had a lot of redundant sections, so I tried to collate the information and add references. I moved the section headings around to give some logical flow to the presentation. It looks like more footnotes are needed and the intro could use some cleanup. --Hakanai (talk) 22:35, 27 June 2009 (UTC)

See Also

Add a link to Randomness_tests ? 82.163.24.100 (talk) 17:45, 7 July 2009 (UTC)

Example?

The article does not provide an example of a RNG that one can pop into one's code. I think really 99% of the people coming to this page would be looking for an algorithm. For "the experts" not to provide one is not meeting their needs because it is actually quite difficult to find a simple general purpose RNG on the web. I found this (http://www.bobwheeler.com/statistics/Password/MarsagliaPost.txt) article which seems to have a very nice random number generator better than most operating systems ship standard (i.e. surely better than rand() or random() in the C libraries). Of course to provide cryptographically strong code would fill too much space, so I think the article should stop short of this. —Preceding unsigned comment added by Paulsheer (talkcontribs) 15:46, 23 August 2009 (UTC)

Reference to PokerStars

The segment mentioning 'PokerStars' is entirely false. It falsely claims:

"individual statistics gathered from hundreds of multiple players and tens of thousands of played hands show that the outcome of games are nowhere near the statistical occurrences"

There is no such survey that exists.

In fact, the only published surveys find that the random shuffling processes are entirely legitimate and conform to expectation. Three such surveys exist at:

http://groups.google.com/group/rec.gambling.poker/msg/90082dfe67dc4a7f?hl=en& http://groups.google.com/group/rec.gambling.poker/msg/177010a4879f4c6b http://www.spadebidder.com

Further, Cigital has released their audit last week confirming that their shuffle is truly random:

http://www.pokerstars.com/poker/rng/cigital-rng-labresults.pdf

Since I work for PokerStars, I feel that it would be inappropriate for me to directly edit the page, but I think that the four independent sources provided above contrast with the false and unsourced claims on the page. The existing paragraph fails Wikipedia's standards on 'Verifiability', 'Identifying reliable sources', and 'Citing sources'. MichaelJosem (talk) 04:59, 29 March 2010 (UTC)

Practical applications and uses of random numbers

i have a problem with the following sentense: "For instance, a system that 'randomly' selects music tracks for a background music system must only appear to be random; a true random system would have no restriction on the same item appearing two or three times in succession." it just isn't true. most systems to select random music tracks work on the principle of drawing a sample of n songs from the master list without replacement. in this paradigm, repeasts are are possible (a song could be the last in one random sample, and the first in the next), and are not prohibited by the randomness. this is not a problem with random number generators because these playlist selectors are not designed to sample with replacement. lest we all forget our introduction to statistics courses, sampling without replacement is just as random as sampling with replacement. 6 march 2008. —Preceding unsigned comment added by 198.182.163.125 (talk) 13:07, 6 March 2008 (UTC)

I don't think they were saying it was a problem with random number generators, just that users would not want truly random behavior. The fact that it is random means it could appear multiple successive times, and users don't want that. They even see patterns where there are none, as in this newsweek article by Steven Levy. -Euicho- (talk) 02:52, 28 July 2010 (UTC)

Fact tag

For instance, a system that 'randomly' selects music tracks for a background music system must only appear to be random; a true random system would have no restriction on the same item appearing two or three times in succession.

I, and anyone else who used the random repeat feature of some early software PC CD-ROM players, can attest to the fact that allowing the same selection twice (or more) in no way ensures that selection is truly random. (Either that or my computer loved the song I hated on an otherwise good album because the track list would go something like 7,3,2,10,3,1,9,4,3,12,6,3.) Nowadays when one hears the same track several times it actually brings in question how random the selection is by ignoring dozens (or more) of other possible choices, for example if I hear #3 of a 100+ song mp3 cd four times in the first 12 selections (or something similar) and haven't set some kind of preference for it, I'd be especially dubious of its "randomness" the same way I'd wonder about a pair of dice in a craps game that tend to roll 1s and 2s.

Long story short who/what says a true random system would have no restriction on the same item appearing two or three times in succession. because it seems counterintuitive to the idea of random selection? Anynobody(?) 06:39, 26 June 2008 (UTC)

I'm assuming that you put in the "fact" tag about six months ago...
By definition, a TRULY random system, having playing one song out of one hundred, would not have a lower chance of playing that same song again. It's still one in a hundred. (If it were otherwise, that would mean we'd have a simple means of guessing what will happen next with a better than one in one hundred success. That don't sound random, do it?)
With true randomness, the sorts of flukes that you describe would actually be a quite noticeable phenomenon, especially when you consider that you'd probably notice if ANY of the one hundred songs repeated quickly. Humans are pattern-seeking animals, and we sometimes see them where they don't exist. If one NEVER saw repeating track, we probably wouldn't notice, although it would actually be gradually building evidence that it wasn't random.
But back to the nutmeat. Here's the article's statement:

"...A true random system would have no restriction on the same item appearing two or three times in succession."

And here's your statement:

"...Allowing the same selection twice (or more) in no way ensures that selection is truly random."

These two statements do not contradict each other, any more than "Eating an apple means you're eating a fruit" is contradicted by "Eating fruit doesn't ensure you're eating an apple". I've got another analogy. "Playing with matches might start a wildfire" isn't contradicted by "A wildfire's existence in no way ensures that someone played with matches".
In my analogies, and the statements, matches aren't the only way to start a fire, apples aren't the only fruit, and randomness isn't the only way to get repetitions.
Some of this may be confusing or counterintuitive to some people, and may need more explanation, but the article doesn't need a tag for citation, as it's a simple statistical truth. I think I should remove it, and I think I will.
Misha Vargas (talk) 14:48, 5 February 2009 (UTC)

This has been discussed enough. The thread is obviously dead and any further contention seems pointless. I'm going to remove the dubious mark now. 7. September 2010 —Preceding unsigned comment added by 84.208.92.110 (talk) 14:15, 7 September 2010 (UTC)

"Truly random computational number generator" ???

"Only in 2010 was the first truly random computational number generator produced, recurring to principles of quantum physics.[2]"\

As far as I can tell, the work referred to by this is not a computational method, it employs two 171Yb+ qubits trapped in independent vacuum chambers -- hardly a computational element.--84.108.213.97 (talk) 00:47, 23 December 2010 (UTC)

W-Chaos

i want to add a mention about W-Chaos algorithm as yet another method to get True Random Numbers. this algo is used by cipher Mademoiselle Entropia. W-Chaos uses a list of web-resources to ping them, fluctuations of ping values allow to generate TRNs. — Preceding unsigned comment added by Evgeney Knyazhev (talkcontribs) 23:05, 1 January 2011 (UTC)

As I mentioned in my edit summaries, there is nothing that indicates notability for this software. The SourceForge web page does not even list the name of the developer (you); it is buried inside the 7zip file. For an implementation to be mentioned on Wikipedia, it should be in widespread use or be acknowledged by independent experts as being a novel idea. Han-Kwang (t) 19:20, 2 January 2011 (UTC)
Agreed, but, actually, it cannot be done in no Time. Just a question, did you try app to generate random numbers??? — Preceding unsigned comment added by Evgeney Knyazhev (talkcontribs) 01:35, 3 January 2011 (UTC)
"try app to generate random numbers" -- I don't understand you, but anyway, I don't think the answer is relevant for this discussion. Han-Kwang (t) 22:27, 3 January 2011 (UTC)

@Hankwang why irrelevant??? app (Mademoiselle Entropia) allows not only to cipher a file, but to generate true random numbers too (with algorithm W-Chaos). You mentioned of necessity to test algorithms with independent experts. i suppose you have had knowledge to judge about generator of random numbers. --Evgeney Knyazhev (talk) 02:55, 4 January 2011 (UTC)

Sorry, if there are no reputable reviews or papers mentioning W-Chaos then it shouldn't be here. Can you supply any such references? Sebastian Garth (talk) 20:46, 4 January 2011 (UTC)
Thanks for reply, Sebastian. Actually, i've searched independent specialists to verify algorithms. --Evgeney Knyazhev (talk) 00:07, 5 January 2011 (UTC)

Visual comparison of random vs. pseudo-random generators

Would anyone include a picture showing the large-scale difference in patterns (or lack thereof) between random sequences and pseudo-random sequences? This example http://boallen.com/random-numbers.html clearly illustrates this difference. It would be valuable if something like this could be included in the article. 23.16.127.167 (talk) 21:29, 13 March 2012 (UTC)

That is not a representative picture. Some PRNGs are very very good and are indistinguishable from an RNG. That website only shows a very poor PRNG and gives a false impression that all PRNGs are bad. HumphreyW (talk) 21:36, 13 March 2012 (UTC)

Marsaglia MWC generator

The present version of the article shows the following code for the Marsaglia MWC generator:

m_w = <choose-initializer>;    /* must not be zero */
m_z = <choose-initializer>;    /* must not be zero */

uint get_random()
{
    m_z = 36969 * (m_z & 65535) + (m_z >> 16);
    m_w = 18000 * (m_w & 65535) + (m_w >> 16);
    return (m_z << 16) + m_w;  /* 32-bit result */
}

However, it seems that there are different versions of this PRNG. For example Marsaglia, 12 Jan 1999: [1]

#define znew  ((z=36969*(z&65535)+(z>>16))<<16)
#define wnew  ((w=18000*(w&65535)+(w>>16))&65535)
#define MWC   (znew+wnew)

and Marsaglia, 20 Jan 1999: [2]

#define znew   (z=36969*(z&65535)+(z>>16))
#define wnew   (w=18000*(w&65535)+(w>>16))
#define MWC    ((znew<<16)+wnew )

Note the difference in the definition of wnew. The article implements the second one. Is the first one a mistake? The first one seems suspicious to me, since it concatenates two 16-bit random numbers; applications which use only the highest-order bit (to generate random sequences of 0 and 1) don't benefit from the additional randomness of the 'w' part. Han-Kwang (t) 13:31, 30 October 2010 (UTC)

In this archive Marsaglia himself states (Posted: Jan 15, 1999 11:41 AM):

"In my earlier work, done in Fortran, I had implemented
two 16-bit multiply-with-carry generators, say z and w,
as 32-bit integers, with the carry in the top 16 bits,
the output in the bottom 16. They were combined by
(z<<16)+w. (In Fortran, ishft(z,16)+w.) Such a
combination seemed to pass all tests. In the above-
mentioned post, I used (z<<16)+(w&65525), and that
does not pass all tests. So (z<<16)+w seems
preferable; it is used below, providing a MWC that
seems to pass all tests."

http://mathforum.org/kb/message.jspa?messageID=1524861 — Preceding unsigned comment added by 62.121.49.2 (talk) 08:55, 5 February 2013 (UTC)

??

This page is redundant with Randomization and Random number generator. However, I believe it's important to make the bridge between the two.

Randomization is about taking elements and putting them in random order (i.e. shuffling) (or maybe also selecting a random subset), generating random numbers is about just creating numbers at random. The two processes are fairly equivalent.

I believe that random number generator could be merged into this page. Flammifer 09:06, 23 September 2005 (UTC)

the odd thing about this is the fact that i clicked on the Random Article link and this was the page that came up :)

Yes, it should be merged with random number generator at the least. Richard001 05:09, 12 February 2007 (UTC)

I think it should be the other way round. A random number generator is an important kind of computer programme. Random number generation is the technique it uses. FSharpMajor 11:44, 23 February 2007 (UTC)

Yes but Random Number Generation exists outside of computer programming 71.52.51.151

I also believe this page and random number generator should be merged. —Preceding unsigned comment added by 66.191.137.2 (talk) 19:36, 16 October 2007 (UTC)


I'm going to express a view I'm never seen before: the only true random number generators are those implemented in software. Physical (hardware) generators have some kind of bias. Possibly quantum generators produce truly random bits, but how do we know that deficiencies in our physical setup haven't biased the quantum generator? Some software "gathers entropy" by measuring physical things (e.g. mouse movements, key-press timing, temperature of processor, disk seek time) but then goes to great efforts to convert this to a uniform distribution. Why not just use software from the start? Every time the diehard tests get another (stronger) test, authors of PRNGs re-write their software to reduce the newly-discovered bias by another order of magnitude. This arms race results in better and better PRNGs. 132.244.72.5 (talk) 13:30, 26 March 2013 (UTC)

Your view appears to be biased... A properly designed hardware RNG will be theoretically unpredictable, no measurable bias. By the way, quantum generators do exist ( http://comscire.com/cart/Files/whitepaper/Pure%20Quantum%20White%20Paper.pdf ) — Preceding unsigned comment added by 64.238.189.169 (talk) 19:57, 18 July 2013 (UTC)

Section 3.3 is irrelevant

The subsection on generating a random variable describes how to generate a random variable with an arbitrary probability distribution from a uniform random variable. It presumes the availability of a uniform random variable. The rest of the entire entry is focused on how to acquire some approximation of a uniform random variable. This section should at the very least be moved to a different part, as it has little to do with pseudo-random number generators and entropy machines. — Preceding unsigned comment added by Geekynerdrd (talkcontribs) 05:53, 4 January 2014 (UTC)

New software-based TRNG

I get the impression from various sources on the internet that random number generators (especially of the true variety) are suposedly very hard to create. I have however managed to create a Perl script which I believe to be a pretty much bullet-proof TRNG. I would like there to be a mention of it on Wikipedia but I know very little about the protocols regarding adding an entry to Wikipedia. Please can an expert in both Wikipedia and Perl thoroughly examine my script and if you think it is worth including, please can you put it in an appropriate place and add any relevant links to it from other Wikipedia pages. Thank you very much. Here is the script:

sub TRNGrand
 {
 ($range) = @_;

#This Perl subroutine almost instantly outputs a true random #number between zero and $range inclusive to 15 decimal places. # #If you are considering purchasing a hardware TRNG, save your #money and use this script instead. # #The author has only tested this subroutine on Windows and #therefore does not know if it works on Unix. # #It works by counting the number of for-loop cycles per eight #microseconds several times and dividing the counts into two #groups. A bit (0 or 1) is then determined by which group wins. #A draw means "try again". This process is repeated for each bit. # #The very first count is not included in the groups because it #tends to be somewhat different to the other counts. # #The two groups are intermeshed according to the following pattern: # #ABABBABAABABBABABABAABABBABAABAB # #The pattern is irregular in order to guard against any regularities #in the computer. # #Tests confirm that it produces results which are fairly evenly #distributed and because of the way it operates, the results are #theoretically independent of each other. # #Unfortunately, the Perl "bignum" module and associated modules #break this subroutine so if you are writing a Perl script which #uses these modules, the author suggests that you use this #subroutine to populate an array with all of the random data your #script will need before issuing the "use bignum;" command.

use Time::HiRes qw(gettimeofday);

$decimalplace = 1; until ($decimalplace == 15) { $bitstring = ""; for ($binaryplace = 0; $binaryplace <= 3; $binaryplace++) { @loopcount = (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); $loopcountsgroupA = 0; $loopcountsgroupB = 0; until ($loopcountsgroupA ne $loopcountsgroupB) { for ($runnumber = 0; $runnumber <= 32; $runnumber++) { $x8microsecondschanges = 0; $previousx8microseconds = "null"; until ($x8microsecondschanges == 2) { ($seconds,$microseconds) = gettimeofday; $x8microseconds = int($microseconds / 8); if($previousx8microseconds ne "null" && $x8microseconds ne $previousx8microseconds) { $x8microsecondschanges++; } $previousx8microseconds = $x8microseconds; if($x8microsecondschanges == 1) {$loopcount[$runnumber]++;} } } $loopcountsgroupA = $loopcount[1]+$loopcount[3]+$loopcount[6]+$loopcount[8]+ $loopcount[9]+$loopcount[11]+$loopcount[14]+$loopcount[16]+ $loopcount[18]+$loopcount[20]+$loopcount[21]+$loopcount[23]+ $loopcount[26]+$loopcount[28]+$loopcount[29]+$loopcount[31]; $loopcountsgroupB = $loopcount[2]+$loopcount[4]+$loopcount[5]+$loopcount[7]+ $loopcount[10]+$loopcount[12]+$loopcount[13]+$loopcount[15]+ $loopcount[17]+$loopcount[19]+$loopcount[22]+$loopcount[24]+ $loopcount[25]+$loopcount[27]+$loopcount[30]+$loopcount[32]; } if($loopcountsgroupA < $loopcountsgroupB) {$bit = 0;} else {$bit = 1;} $bitstring = "$bitstring$bit"; } $decimaldigit = unpack("N",pack("B32",substr("0"x32 .$bitstring,-32))); if($decimaldigit < 10) { $decimaldigits = "$decimaldigits$decimaldigit"; $decimalplace++; } } if($range eq "") {$range = 1;} return "0.$decimaldigits" * $range; }

95.172.231.160 (talk) 18:20, 29 January 2014 (UTC)

Wikipedia is not the place to publish original research (see WP:OR). There are many Category:Cryptography journals for that. I would call your attention to the fact that the problem you are addressing has numerous pitfalls. In particular, not all operating systems (e.g. Windows) provide time of day to microsecond resolution. --agr (talk) 19:23, 29 January 2014 (UTC)

Quote: "In particular, not all operating systems (e.g. Windows) provide time of day to microsecond resolution." Windows does support it. Otherwise my script would not work. I have successfully tested it on Windows. 95.172.231.160 (talk) 19:35, 29 January 2014 (UTC)

Maybe so, but this is still not the place to publish your idea. Good luck with it, tho.--00:00, 30 January 2014 (UTC)
To 95.172.231.160: Windows does not keep time to microsecond resolution. It will return a time value wherein one unit represents a tenth of a microsecond, but that value is only incremented every half a millisecond, at the most - default is every 1/64 of a second. You may be thinking of the CPU cycle counter ("time stamp counter"), but that doesn't "keep time"; its value is not correlated with wall clock time. Jeh (talk) 23:48, 31 December 2015 (UTC)

Poor example MWC1616 should be replaced

https://medium.com/@betable/tifu-by-using-math-random-f1c308c4fd9d#.nj1verf8n claims that this article uses the poor example MWC1616. It would be nice if someone more qualified would check the link and article, and possibly insert a more appropriate example of a PRNG.

If the current example for chosen simplicity and briefness rather than quality, it might be reasonable to instead pick something even simpler like DJB2, which I believe is a lot easier to explain. If instead quality is an important factor, MWC1616 seems to be a poor choice even in the refined variant, according to the link. --mafutrct (talk) 15:12, 21 November 2015 (UTC)

@Mafutrct: the stock standard PRNG algorithm is (as the linked article points out) the Mersenne Twister, but if you want something with a very short pseudocode and comparable quality, xorshift is just a few lines. Chrome will apparently use xorshitf128+ to replace MWC1616. --Tgr (talk) 23:41, 31 December 2015 (UTC)

Just as an update: MWC has since been removed from the article. Sadly without a replacement. --mafutrct (talk) 13:56, 18 May 2016 (UTC)

Pi?

I've always been led to believe that the digits of pi are truly random. Is this so? If so, worth a mention, I would think, since pi provides . . . how many now, 1 or 2 quadrillion random digits (I don't know what the current total number of known digits of pi is right now)? (Double that since presumably a random sequence is just as random when taken backwards(?)) DoctorFun1970 (talk) 15:03, 1 September 2016 (UTC)

The problem would be making a random number generator to provide a choice for which number in the digits of pi to use. WikipediaUserCalledChris (talk) 20:28, 23 January 2017 (UTC)

Requested move 7 April 2019

The following is a closed discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. Editors desiring to contest the closing decision should consider a move review after discussing it on the closer's talk page. No further edits should be made to this section.

The result of the move request was: No consensus on scope, so no consensus on move. (non-admin closure) Red Slash 00:42, 25 April 2019 (UTC)


Random number generationRandom number generator – As suggested by the boldfaced title in the lead, the article is clearly about random number generators, which are "a process", not "the process". The target has significant history, so a history swap might be needed. GeoffreyT2000 (talk) 19:12, 7 April 2019 (UTC)--Relisted. – Ammarpad (talk) 14:52, 16 April 2019 (UTC)

  • Oppose - This name change will artificially limit the coverage. This topic is meant to be about the broad theory of creating random numbers, whereas a "generator" is a specific method (and covered in the linked articles like Pseudorandom number generator). Try rewriting the lead section starting with "Random number generation is...". -- Netoholic @ 20:14, 7 April 2019 (UTC)
    Netoholic, I'm confused by your "Try rewriting the lead ..." challenge. The current title is Random number generation; the proposal is to move to ... generator. The lead, and the whole article, is already consistent with the proposed title. and has been for over six months [3]. --В²C 19:54, 15 April 2019 (UTC)
    @Born2cycle: - That seems to have put the cart before the horse. It would be more welcome to keep it at the current title and reframe the topic as being about the concept of random number generation rather than about specific generators - to prevent overlap with the articles like Pseudorandom number generator. -- Netoholic @ 20:52, 15 April 2019 (UTC)
    Actually, Netoholic, Pseudorandom number generator is a proper WP:SUBARTICLE of this one, and with this proposal the titles will be named consistently. That should engender better cohesion between the two articles. --В²C 21:07, 15 April 2019 (UTC)
    Oh I do love the word "Actually," at the start of a sentence. This suggestion would engender more confusion between the articles. In most cases, when someone talks about a "random number generator" (ie, in computer science) they are talking about an algorithmic pseudorandom number generator or a hardware random number generator, and we should encourage editors to link directly to those articles. Having random number generator as a redirect is helpful as we can look at Special:Whatlinkshere/random number generator and fix wikilinks to point to the proper articles. This article should be about the broader concept of generation of random numbers NOT titled like its only about specifically generators of random numbers. -- Netoholic @ 21:36, 15 April 2019 (UTC)
    Random number generation has no meaning, that is covered in this article, that has nothing to do with random number generators. This article IS about random number generators. --В²C 03:34, 16 April 2019 (UTC)
    That's a lot of Google Scholar hits for something that "has no meaning". Let's think of this in another way: If PRNGs are apples, and HRNGs are oranges... you want this article to be about "edible fruit", whereas I think this article is more useful if broadly-scoped as "fruit cultivation". It was that way prior to some recent intro re-writes, and that can be easily changed back. Your version of the article is always going to be a glorified DAB linking to main articles about specific fruits, but mine can give a more well-rounded view of the whole topic. -- Netoholic @ 09:14, 16 April 2019 (UTC)
  • Support per nom. And yes, the history of the target which was turned into a redirect to this article in 2007 needs to be preserved. --В²C 19:54, 15 April 2019 (UTC)
  • Oppose. I find Netoholic's arguments to be compelling. Replacing generation with generator limits the scope too much. For example, asking a human to make up some numbers, flipping a coin and using the last digit of a the stock market index or digits from pi are all examples of random/pseudorandom/sort-of-kind-of-randomish number generation. --Guy Macon (talk) 23:37, 15 April 2019 (UTC)
    A person flipping a coin IS a random generator. So is any method using the last digit of the stock market index. Etc. For the last six months the article has been written to be about Random number generator. It works. It's fine. The title should be consistent with the usage in the article. --В²C 03:34, 16 April 2019 (UTC)
    A person flipping a coin is a person who happens to be acting as a RNG at the moment. He isn't an RNG. Likewise a person doing math with a paper and pencil is a person who happens to be acting as a computer or calculator. She isn't a computer (except, of course certain people back in the 1940s when "computer" was a job title...). If I stamp out a small fire, that doesn't make me a fire extinguisher. If I throw another log on the fire because it is getting chilly that doesn't make me a thermostat. --Guy Macon (talk) 12:04, 16 April 2019 (UTC)
  • Oppose - This article is an overview of how random number generators work, not a description of specific generators. The meat of the article is the section "Generation methods" which describes the broad categories and references readers to more specific articles about each category.--agr (talk) 15:01, 16 April 2019 (UTC)
  • Support. Per WP:NATURALNESS. I think it's much more natural to have this article title be the thing doing the process rather than the process itself. It doesn't mean that the article's scope is any different. The scope of the article will still include the process itself, so I disagree with the arguments above that somehow this title change would change the article's scope. Rreagan007 (talk) 16:52, 16 April 2019 (UTC)

The above discussion is preserved as an archive of a requested move. Please do not modify it. Subsequent comments should be made in a new section on this talk page or in a move review. No further edits should be made to this section.

Human-Related Methods of Random Number Generation

I believe some Linux systems are always collecting key-press timings as this is a source of randomness. They also use disk track-seek timings. ( https://blog.cloudflare.com/ensuring-randomness-with-linuxs-random-number-generator/ )

I have experimented with measuring the user's reaction time when given a series of (almost random) keys to press. In my case, the idea was to use the randomness in the reaction times to generate passwords. There ought to be more material out there describing these sorts of techniques and it would be useful to include this. 108.171.128.180 (talk) 14:38, 4 July 2019 (UTC)

It might be worthwhile to include a description of the way Veracrypt gathers random entropy from user input. --Guy Macon (talk) 17:00, 4 July 2019 (UTC)

Copyright violation?

I did a google search on "including the rolling of dice, coin flipping, the shuffling of playing cards, the use of yarrow stalks (for divination) in the I Ching," and found this: [4]

The question is whether we lifted it from that source or whether they lifted it from us a slapped a copyright on it. --Guy Macon (talk) 05:42, 27 January 2019 (UTC)

@Guy Macon: I'm sorry, but your google link yields a 404 error for me. Could you be a bit more explicit? JoergenB (talk) 23:18, 30 January 2021 (UTC)
Huh! Doesn't work for me either. I wonder whether I made a mistake or Google removed/moved something.
Go to [ https://books.google.com/ ]
Search for "including the rolling of dice, coin flipping, the shuffling of playing cards, the use of yarrow stalks (for divination) in the I Ching" (including the quotes).
It's on page 19 of Nonparametric Statistical Methods Using R By Graysen Cline (2019). (Publisher: Ed-Tech Press ISBN-13: 9781-839473258, ISBN-10: 1839473258)
The URl www.edtekpress.co.uk returns a 404.
The copyright (page iv) doesn't credit Wikipedia.
Oddly enough, Nonparametric Statistical Methods Using R by John Kloke and Joseph McKean (October 2014) also exists. (Publisher: Chapman and Hall/CRC ISBN-13: 978-1439873434 ISBN-10: 9781439873434)
Searching Amazon for "Nonparametric Statistical Methods Using R by Graysen Cline" turns up https://www.amazon.com//dp/1788820797
Searching Amazon for "Nonparametric Statistical Methods Using R by Graysen Cline" turns up https://smile.amazon.com/dp/0367739720
--Guy Macon (talk) 03:01, 31 January 2021 (UTC)

The lead, and completing the merge.

Background.
@Netoholic, Guy Macon, GeoffreyT2000, Born2cycle, ArnoldReinhold, Rreagan007, Primergrey, and Waldyrious: This article was established by merging two articles, named random number generator and Random number generation. For a very long time, most of the content, and also the lead, more concerned "the generator" than "the generation" - to the extent that these concepts were distinguished. moreover, there are about twice as many links to this "generation" page by means of one or another "generator" variant as directly or by another "generation" variant. Some months ago, a discussion about moving the name to the "generator" title ended in a dead-lock; see Talk:Random_number_generation/Archive_1#Requested_move_7_April_2019. Netoholic was the main proponent for retaining the "generation" title, and also proposed that the lead be rewritten to reflect the "generation" aspect, and that the multitude of links to "generator" in most instances be split up to references to either hardware or software generators. Explicitly, he wrote

In most cases, when someone talks about a "random number generator" (ie, in computer science) they are talking about an algorithmic pseudorandom number generator or a hardware random number generator, and we should encourage editors to link directly to those articles. Having random number generator as a redirect is helpful as we can look at Special:Whatlinkshere/random number generator and fix wikilinks to point to the proper articles. This article should be about the broader concept of generation of random numbers NOT titled like its only about specifically generators of random numbers.

This argument seemingly had some impact. Unhappily, also seemingly, he then did not have the time to make these changes himself.

However, a few months later, here Primergrey indeed made an effort to "match the lead to the title". However, this removed the connection with the merged "generator" article, and left the overwhelmingly abundant references to "generators" unexplained. It also resulted in declaring that RNG be an abbreviation for "random numbers generator".

The present wikidata discussion.
There is an unresolved proposal to merge the wikidata item for "Random number generation" (d:Q228206) with the one for "Random number generator" (d:Q61722412); see d:Wikidata:Interwiki_conflicts/Unresolved/2021#random_number_generation_(Q228206)/random_number_generator_(Q61722412). Seemingly, there was just one item until two years ago, when Waldyrious split them, and distributed some of the articles to the new item; however seemingly more by reference to the article names than to their contents. As far as I can see, most remaining Q228206 articles have names and content reflecting the enwp article (as it was before Primergrey's lead change); i. e., their titles refer to "generation" but their content to "generator". Only in a few articles (in both groups) did I find some sentence which would be more in line with Netoholic's proposal; although the guys writing their articles from scratch or translating e. g. the enwp one did not seem to indicate any conceptual difference between "processes" and "devices". (Of course, I don't really read all these languages, and e. g. had to guess about the significance of the last token in the zhwp sister article, present in the boldface article start but not in the article title.) I'm afraid that presently this has broken the interwiki connections; all the articles I've succeeded to understand anything from seem to be "true sisters".

My opinion.
There are some points to be said in favour of Netoholic's arguments - if they be realised. However, I disagree with the idea that "random numbers generator" in se is a bad term, since it may make readers confuse hardware and software generators, both named precisely generators. Actually, naming (more specific) subconcepts by the superconcept name plus a distinguishing attribute both is a very common and a very reasonable policy. Instead, I think, that if Netolothic's programme should be realised, then it would be best essentially to undo the old merge of Random number generator and Random number generation, splitting the two articles into a longer "generator" one and a shorter (although conceptually more general) "generation" one. If no-one in the foreseeable future is willing to and has time do this, nor to pursue Netoholic's original proposal, then I think that the lead should be made to reflect the merged article character of this article a bit better. JoergenB (talk) 21:20, 7 February 2021 (UTC)

  • Thanks for taking the lead on this, and for the thorough background research, JoergenB! I have no strong opinions on what the strategy for the Wikipedia article should be, though the Wikidata items should remain separate, as I commented in the discussion there. Cheers, Waldyrious (talk) 21:31, 7 February 2021 (UTC)
  • I am fine with pretty much anything anyone here wants to do. We are all reasonable people who want to improve the encyclopedia. I do like having a separate article for "hardware and/or software that creates random or pseudorandom data for use by a computer" and a separate article for "ways to arrive at what appear to be random results" which would include roulette wheels, looking it up in a book of random numbers, the pennies part of the volume of a stock exchange, humans just picking what they think are random numbers, etc. Any reasonable name for the two articles is is fine. Except "random numbers generator". That one just grates on my nerves. --Guy Macon (talk) 02:29, 8 February 2021 (UTC)
@Guy Macon: Does the name "random number generator" for d:Q61722412 also irritate you?
By the way, if a separate but more general text about "ways to arrive at what appear to be random results" is written, then it perhaps also should treat employment of such for magic or religious purposes, such as divination (c. f. I Ching) or `ordeal by lottery' (c. f. Urim and Thummim). JoergenB (talk) 19:16, 8 February 2021 (UTC)
"Random Number Generator" is fine. That's what literally everyone in the fields of electronics and computing calls them. --Guy Macon (talk) 19:40, 8 February 2021 (UTC)