Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?