The two most recommended options are variants of Xorshiro and PCG. There's a small comparison of the options in Rust's rand crate which I assume is neutral here: https://rust-random.github.io/book/guide-rngs.html
Note that the writer of this paper is a author of Xorshiro, so that might influence his recommendation.
Note that the writer of this paper is a author of Xorshiro, so that might influence his recommendation.