Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
pseudorandom number
random number

    One of a sequence of numbers generated by some
   algorithm so as to have an even distribution over some range
   of values and minimal correlation between successive
   values.

   Pseudorandom numbers are used in simulation and
   encryption.  They are pseudorandom not random because the
   sequence eventually repeats exactly and is entirely determined
   by the initial conditions.

   One of the simplest algorithms is

   	x[i+1] = (a * x[i] + c) mod m

   but this repeats after at most m numbers and successive
   numbers are closely related.  Better algorithms generally use
   more previous numbers to calculate the next number.

   <http://random.mat.sbg.ac.at/>.

   (2007-06-29)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy