您要查找的是不是:
- Sets the seed of the random number generator. 设置随机种子发生器。
- Well, it's essentially a random number generator. 好,基本上就是一个随机数发生器。
- Because no arguments are passed during creation,Java uses the current time as a seed for the random number generator. 由于自变量是在创建过程中传递的,所以Java将当前时间作为一个“种子值”,由随机数生成器利用。
- You can specify the exact size of the output sample, and specify a seed for the random number generator. 您可以指定输出样本的准确大小,并指定随机数生成器的种子。
- Because no arguments are passed during creation, Java uses the current time as a seed for the random number generator. 由于自变量是在创建过程中传递的,所以java将当前时间作为一个“种子值”,由随机数生成器利用。
- The sender and recipient each keep a liner congruential random number generator for their connections. 发送者和接收者都为连接准备一个随机数发生器。
- The random number generator is only a kludge to let it run - it is in no way a strong RNG! 这个随机数字产生器根本就是七拼八凑出来的鸟东西 - 它根本就不是强而有力的乱数产生器!
- A deterministic chaotic discrete, time dynamical system can be used for random number generator (RNG). 摘要基于混沌的随机数发生器采用了离散时间的决定论混沌系统。
- Ui was given by a Gaussian random number generator of mean zero and standard deviation Arel*G0i, where Arel =0.02. 上面是国外一篇文献上的一段关于一组离散数据添加高斯白噪声的原文。
- Experiment shows that the random number generator can get through the random number test suit from NIST. 实验结果表明,此随机数发生器可以通过NIST随机套件测试。
- For you loot hounds: yes, Virginia, there is a random number generator available to players for loot rolls. 各位饥渴战利品的家伙,是的,玩家可以用一个随机数生成器来决定战利品的所有权。
- Are sequence numbers generated in order. 序列号是否按顺序生成。
- The Player understands and fully accepts that Random Number Generator (RNG) software will determine the outcome of all games. 玩家理解并完全接受由随机数字产生器(RNG)软体而确定之游戏结果。
- The Rfc2898DeriveBytes class implements PBKDF2 functionality by using a pseudorandom number generator based on HMACSHA1. 通过使用基于HMACSHA1的伪随机数生成器,Rfc2898DeriveBytes类实现PBKDF2功能。
- Implements a cryptographic Random Number Generator (RNG) using the implementation provided by the cryptographic service provider (CSP). 使用加密服务提供程序(CSP)提供的实现来实现加密随机数生成器(RNG)。
- Random number generation is integral to many cryptographic operations. 随机数生成是许多加密操作不可分割的组成部分。
- Implements password-based key derivation functionality, PBKDF2, by using a pseudo-random number generator based on HMACSHA1. 通过使用基于HMACSHA1的伪随机数生成器,实现基于密码的密钥派生功能(PBKDF2)。
- The modulus operator, when used with the result of the random number generator, limits the result to an upper bound of the operand minus one (99 in this case). 若随同随机数生成器的结果使用,模数运算符(%25)可将结果限制到运算对象减1的上限(本例是99)之下。
- Since the random number generator is subject to considerable requirements with regard to its random nature and sensitivity to external manipulations. 因为,考虑到随机数字发生器在外部操作中的随机性和灵敏性,它能满足相当多的需要。
- When sending a packet, the sender produces a random number and adds it to the packet, simultaneously stepping its random number generator. 发送一个封包时,发送者产生一个随机数并把它加入封包,同时更新随机数产生器。