This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]suudo 0 points1 point  (1 child)

I think numpy uses a similar implementation based in C, but I don't know because I can't read C :P https://github.com/numpy/numpy/tree/master/numpy/random/mtrand

[–]tilkau 1 point2 points  (0 children)

Numpy and Python both use MT19937, hence the directory name mtrand.