:mod:`altar.simulations.GSLRNG` =============================== .. py:module:: altar.simulations.GSLRNG Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: altar.simulations.GSLRNG.GSLRNG .. py:class:: GSLRNG(**kwds) Bases: :class:`altar.component` The protocol for random number generators .. attribute:: seed .. attribute:: doc :annotation: = the number with which to seed the generator .. attribute:: algorithm .. attribute:: doc :annotation: = the random number generator algorithm .. attribute:: rng .. method:: initialize(self, **kwds) Initialize the random number generator .. method:: show(self) Display some information about me