开发者

If the n-body problem is chaotic, why isn't it used as a RNG?

开发者 https://www.devze.com 2022-12-31 18:03 出处:网络
I\'m probably missing something pretty basic here, but if the n-body problem yields chaotic res开发者_如何学运维ults (except in specific highly-symmetric conditions), couldn\'t it be used as a \"true\

I'm probably missing something pretty basic here, but if the n-body problem yields chaotic res开发者_如何学运维ults (except in specific highly-symmetric conditions), couldn't it be used as a "true" random number generator (with initial pseudo-random seeds for masses and velocities) given its non-deterministic nature?


It's still deterministic, because the outcome is directly based on the inputs - same inputs, same output. Thus, it's no more random than whatever randomness you use for your inputs.


Just because a system is nondeterministic doesn't make it a useful source of random numbers, it would be nontrivial to extract such a source from a n-body solver. In addition with the same input you would get the same output, so this would still be pseudorandom at best.

0

精彩评论

暂无评论...
验证码 换一张
取 消