import random
import numpy.random
What is the algorithm for random and numpy.random. Usually Mersenne Twister is the default generator for matlab, and there are choice to choose which generator to use. What about python, is there a choice for random generator?