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

Posted by David Titarenco on Stack Overflow See other posts from Stack Overflow or by David Titarenco
Published on 2010-05-25T05:38:09Z Indexed on 2010/05/25 5:41 UTC
Read the original article Hit count: 169

I'm probably missing something pretty basic here, but if the n-body problem yields chaotic results (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?

© Stack Overflow or respective owner

Related posts about random-number-generator

Related posts about algorithm-design