中英
pseudorandom
/ ˌsjuːdəʊˈrændəm /
/ ˌsuːdoʊˈrændəm /
  • 简明
  • n.伪随机;假散乱
  • adj.伪随机的
  • 网络释义
  • 专业释义
  • 1

     雁随机

    ... pseudopolarization vector 伪偏振矢量 pseudorandom 雁随机,伪随机 pseudorandom code 伪随机编码 ...

短语
查看更多
  • 双语例句
  • 1
    Computers usually only generate pseudorandom Numbers.
    计算机通常只生成伪随机数。
  • 2
    Sufficient bit security is necessary for pseudorandom binary sequences drived by chaotic maps.
    由混沌映射驱动得到的伪随机二进制序列应确保有足够的比特安全性。
  • 3
    I did this by using a software linear feedback shift register to generate pseudorandom values; see Resources.
    我用一个软件线性反馈偏移寄存器来生成伪随机值;参见参考资料。
查看更多
  • 词源
1

pseudorandom:

pseudo- +‎ random

FROM: wiktionary
  • 百科
  • Pseudorandom

    A pseudorandom process is a process that appears to be random but is not. Pseudorandom sequences typically exhibit statistical randomness while being generated by an entirely deterministic causal process. Such a process is easier to produce than a genuinely random one, and has the benefit that it can be used again and again to produce exactly the same numbers - useful for testing and fixing software.To generate truly random numbers requires precise, accurate, and repeatable system measurements of absolutely non-deterministic processes. Linux uses, for example, various system timings (like user keystrokes, I/O, or least-significant digit voltage measurements) to produce a pool of random numbers. It attempts to constantly replenish the pool, depending on the level of importance, and so will issue a random number. This system is an example, and similar to those of dedicated hardware random number generators.

查看更多