Tagged Questions
0
votes
2answers
157 views
Random and Pseudo-random number generation
I heard that computation results can be very sensitive to choice of random number generator.
I wonder whether it is relevant to program own Mersenne-Twister or other pseudo-random routines to get a ...
0
votes
1answer
179 views
Calculation of G force
I have a formula which is G-force = velocity*omega/9.8. Omega is the angular velocity.
I've seen on the internet that G force is actually acceleration/9.8. I'm confused as to which formula is correct. ...