0%

ALL meanings of random number

ran·dom num·ber
R r
  • abbreviation Technical meaning of RANDOM NUMBER pseudorandom number 3
  • noun Definition of random number in Technology (programming)   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. 1
  • noun random number a number chosen by a random sampling, as from a table (random number table) or generated by a computer. 1
  • noun random number any of a sequence of random numbers 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?