我专门研究随机数生成过程。
使用Boost随机数生成器。
我想获得有关伪随机数生成的说明。
I would like to get clarifications on Pseudo Random Number generation.
其他的增强有设备的随机数生成器以及双精度的支持。
Other enhancements are on-device random number generation and double precision support.
是否有机会在伪随机数生成中获得重复的数字?
Is there any chance for getting repeated Numbers in Pseudo Random number Generation?
用汇编代码写的随机数生成算法:程序主要由八部分组成。
Written in assembly code using random number generation algorithm: program mainly by the eight parts.
第三个参数允许我们覆盖JSSE的随机数生成器(RNG)。
The third parameter would allow us to override JSSE's random number generator (RNG).
该设备包括随机数生成器,其生成作为该数据的函数的随机数。
The apparatus includes a random number generator which generates a random number as a function of the data.
CwMtx没有内置的随机数生成器,也没有用随机元素填充矩阵的类函数。
CwMtx has no built-in random number generator, and there is no class function that fills a matrix with random elements.
随机数生成器是一个辅助功能,可以让内核帮助它们实现一些随机化的活动。
Random number generation is a support function that the kernel performs to help randomize some of its own activity.
我们来看看第三个评价任务,以免您认为这是因为随机数生成器的性能有所不同。
Lest you think that this is due to the performance of RNGs, let's take a look at this third evaluative task.
Boost随机接口划分为两个部分:随机数生成器和随机数必须位于其中的分布。
The Boost random interface is divided into two parts: a random-number generator and a distribution within which the random number must lie.
和随机数生成程序、当前日期/时间函数一样,UDR通常是变化的,因此不能用于函数索引。
UDRs, like random number generators and current date/time functions, are variant and therefore cannot be used.
根据算法不同而不一样,但是,变化周期时间是任何好的随机数生成器的一项关键属性。
It varies by algorithm, but the length of the period is one of the key attributes of any good random number generator.
如何相对于同步提供可伸缩性优势,以及构造通过伪随机数生成器模拟旋转骰子的简单、高竞争示例基准。
Class offered a scalability benefit over synchronization, and constructed a simple, high-contention example benchmark that simulated rolling dice with a pseudorandom number generator.
在开发CIST的过程中,本人承担并完成了对象管理器的设计与实现,以及随机数生成器的设计与实现。
In the process of designing CIST, I designed and implemented the object manager and the random number generator.
我曾经合作过的一家公司发现,对于全新的创意,市场预测的准确度和随机数生成器得出的结果大致相当。
I have worked for a company to find, for new ideas, market forecasting accuracy and results of the random number generator of roughly.
虚拟化可能在利用这样的信息源上存在缺陷,或者说在同一台主机上容纳多个虚拟机运行环境可能会穷尽可用的信息源,导致薄弱的随机数生成机制。
Virtualization might have flawed mechanisms for tapping that entropy source, or hav-ing several VMEs on the same host might exhaust the available entropy, leading to weak random number generation.
本文讨论uniform_int和uniform_real random - number分布以及mt 19937随机数生成器。
This article discusses the uniform_int and uniform_real random-number distributions and the mt19937 random-number generator.
TimPeierls用一个简单的线性全等伪随机数生成器(PRNG)构建了一个简单的评测,用它来测量synchronized和Lock之间相对的可伸缩性。
Tim Peierls has constructed a simple benchmark for measuring the relative scalability of synchronized versus Lock, using a simple linear congruence pseudorandom number generator (PRNG).
我们没有建立复杂的测试应用程序,该页面在每次单击链接时仅仅生成随机数。
Rather than building some sophisticated application for testing, this page will simply generate random Numbers every time a link is clicked.
计算机通常只生成伪随机数。
uuid是一个惟一的随机数,是由uuidgen实用程序使用网络地址信息和系统时间生成的。
Uuid is a unique random number that gets generated with uuidgen utility which USES network address information and system time.
用前一步中生成的三个随机数将该对象的fill属性设置为一个RGB值(如 rgb(150,200,50) )。
The object's fill attribute is set to an RGB value (such as rgb(150,200,50)) using the three random numbers generated in the previous step.
使用Boost库生成随机数。
此代码生成介于1和100之间(包括1和100)的随机数;用于实现随机化的基础引擎是mt19937。
This code generates random Numbers between 1 and 100 (both inclusive); the underlying engine for the randomization is mt19937.
一个选项,用来控制为每个审计生成的数据库id应该是一个伪随机数(值为true)还是一个序列(值为false)。
An option that controls whether the database ID generated for each audit should be a pseudo-random number (a value of true) or sequential (a value of false).
RonRivest开发了基于256字节的密钥生成随机数的RC4加密算法。
Ron Rivest developed the RC4 algorithm to generate random bytes based on a 256 byte key.
使用了新的Random类来生成随机数序列。
下面,需要生成nonce字段,它包装了一个随机数作为一个整数。
Next, I need to author the nonce field, which wraps a random number as an integer.
应用推荐