lasagne.random
¶
A module with a package-wide random number generator,
used for weight initialization and seeding noise layers.
This can be replaced by a numpy.random.RandomState
instance with a
particular seed to facilitate reproducibility.