I currently need to use a script that requires python and PHP to output the same random numbers given a seed. Is there any RNG that can let them do this?
When I use mt_rand and mt_srand and python's default rng (which is supposed to be mersenne twist) with the same seed I get different results.