pseudo-random number generators是伪随机数发生器的意思,主要用于在系统需要随机数的时候,通过一系列种子值计算出来的伪随机数。因为生成一个真正意义上的“随机数”对于计算机来说是不可能的,伪随机数也只是尽可能地接近其应具有的随机性,但是因为有“种子值”,所以伪随机数在一定程度上是可控可预测的。 通过程序得...
pseudo-random number generators是伪随机数发生器的意思,主要用于在系统需要随机数的时候,通过一系列种子值计算出来的伪随机数。因为生成一个真正意义上的“随机数”对于计算机来说是不可能的,伪随机数也只是尽可能地接近其应具有的随机性,但是因为有“种子值”,所以伪随机数在一定程度上是可控可预测的。 通过程序得...
A pseudorandom number generator is a deterministic algorithm that, given the previous numbers (usually just the last number) in the sequence, the next number can be efficiently calculated. Many pseudorandom number generators, some good but most poor, have been proposed and used over the years ...
Apseudorandom number generator(PRNG), also known as adeterministic random bit generator(DRBG),[1]is analgorithmfor generating a sequence of numbers that approximates the properties of random numbers. The sequence is not trulyrandomin that it is completely determined by a relatively small set of ...
PSEUDO-RANDOM NUMBER GENERATORS 来自 FreePatentsOnline 喜欢 0 阅读量: 39 申请(专利)号: 05/288794 申请日期: 09/13/1972 公开/公告号: US3811038 公开/公告日期: 05/14/1974 申请(专利权)人: International Computers Limited (London, EN)
pseudo-random-number-generators:伪随机数生成器在 C 语言中的实现和使用 TestU01 的评估 :game_die: 开发技术 - 其它 妈妈**负我上传264.33 KB文件格式zipgeneratorrandomprngJavaScript 伪随机数发生器 使用C 实现和评估伪随机数生成器系列。 (0)踩踩(0)...
Efficient pseudo-random number generators for biomolecular simulations on graphics processors Technical Report, CERN.A. Zhmurov, K. Rybnikov, Y. Kholodov, V. Barsegov, Efficient pseudo-random number generators for biomolecular simulations on graphics processors,...
Pseudorandom Number Generators 作者:Source Wikipedia; Books, LLC; Books, LLC 页数:44 ISBN:9781157613534 豆瓣评分 目前无人评价
thenumberofsamplesisless; thehigherspatialdimension[3]. Therefore,itisnecessarytofindanewclassofrandomnumber generators.Quasirandomnumbergenerators(Quasi-random, number,generator,QRNG)[4]cangeneratestable,lowcontrast (low-discrepancy)samples,independentofthenumberof samplesorthedimensionofspace,[5].Inviewof...
Design and Implementation of Pseudo-Random Number Generator Based on Handel-C Pseudo-random number generators have a lot of very important applications,such as evolvable hardware,communication,information encrypting and especially no... Y Yang,QS Fang - 《Computer Technology & Development》 被引量: ...