Bug in initializing random
Or maybe a feature? In normal python + numpy
import numpy.random as random random.RandomState(22)
works as expected, whereas in sage, the input has to be an array (e.g. [22]). Anyone know why?