asik / FixedMath.Net

Fixed point math C# library
Other
591 stars 126 forks source link

Determinism #4

Closed mcintyre321 closed 9 years ago

mcintyre321 commented 9 years ago

Is this library deterministic across processor architectures (aside from perhaps the floating point conversions)?

asik commented 9 years ago

Yes it is entirely determistic, including floating point conversions.

mcintyre321 commented 9 years ago

Awesome!

I'm planning on running a model on a server under c# and cross compiled to JS on the client (via JSIL), so thats great to hear.

asik commented 9 years ago

Cool, let me know if you have any issues with it.