请输入您要查询的字词:

 

单词 random numbers
释义
random numbers

Mathematics
  • Tables of random numbers give lists of the digits 0, 1, 2,…, 9 in which each digit is equally likely to occur at any stage. There is no way of predicting the next digit. Such tables can be used to select items at random from a population. Numbers generated by a deterministic algorithm that appear to pass statistical tests for randomness are called pseudo-random numbers. Such an algorithm is called a random number generator.


Computer
  • Numbers that are drawn using a random sampling technique from a set of permissible numbers. True random numbers are difficult to obtain, and programs using them are difficult to debug.

    Attempts to produce random numbers using the arithmetic properties of a computer result in pseudorandom numbers, since in principle the numbers generated depend on their predecessors. However, their frequency distribution may be assumed to correspond to a given theoretical form, and they may be assumed to be independent of each other. Basic pseudorandom numbers are uniformly distributed in the range (0,1), and may be transformed to provide other distributions.

    Many methods for their generation have been proposed over the years, one of the earliest being the middle square method proposed by von Neumann: the previous random number is squared and the middle digits extracted from the result to form the next number in the sequence. More successful methods are based upon the linear congruential method in which a sequence of numbers is generated using the formula

    Xn+1=aXn+c(modm)
    for particular choices of a, c and m.

    Pseudorandom numbers are used in a number of applications: in Monte Carlo methods of numerical integration, to sample a large set and so gain insight into the set, and to simulate natural phenomena such as the collision of nuclear particles.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/12/25 13:06:52