there is hardware random number generator
所在版块:求学狮城 发贴时间:2007-09-24 19:11  评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
In linux, the interface is /dev/(u)random. Many crypto software use it. check http://en.wikipedia.org/wiki//dev/random

the following command gives 64 bytes of random data:

[atp@risci1 ~]$ dd if=/dev/urandom bs=64 count=1 | od
1+0 records in
1+0 records out
64 bytes (64 B) copied, 6.0784e-05 seconds, 1.1 MB/s
0000000 125047 155010 151240 044101 134716 055204 027564 056065
0000020 000400 167744 111504 136012 136674 175425 045721 005465
0000040 111165 146462 106526 175406 153705 053636 101666 057700
0000060 175272 161005 105256 053347 171741 072074 127474 042150
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

Put your OWN COOL signature here!
 相关帖子 我要回复↙ ↗回到正文
在计算机上,怎么产生非伪随机数呀? bugzzj   (0 bytes , 664reads )
there is hardware random number generator 吴永铮   (567 bytes , 349reads )
how random is it? icky   (0 bytes , 341reads )
It uses temperature and electronic noise 吴永铮   (364 bytes , 432reads )
you mean not "pseudo random numbers"? icky   (0 bytes , 300reads )
yes. bugzzj   (0 bytes , 369reads )
I don't know any existing algorithm generating non-pseudo random number icky   (70 bytes , 450reads )
I thought about this question before. One solution is to have distributed comput simon   (367 bytes , 378reads )
man, it's still deterministic, just that the model is very complicated.... :) icky   (0 bytes , 348reads )
everything is deterministic. only difference is how complicated the generator is simon   (42 bytes , 518reads )
yes, if everything is deterministic, how does the random come from? icky   (32 bytes , 409reads )
it's just a ideal concept. like poisson. there's no real poisson. simon   (298 bytes , 321reads )
agreed... "to some extent"... icky   (0 bytes , 376reads )
nothing, just for fun. bugzzj   (0 bytes , 418reads )
as every instruction is determined icky   (619 bytes , 358reads )
Sometimes it is not possible to describe the world completely 香陵居士   (27 bytes , 424reads )
maybe bugzzj   (741 bytes , 409reads )