Home | Trees | Indices | Help |
---|
|
object --+ | BaseStartVector
Base class for start vector generation. Parameters ---------- normalise : Bool. Whether or not to normalise the vector that is returned. seed : Integer or None. The seed to the pseudo-random number generator. If none, no seed is used. The seed is set at initialisation, so if the RNG is used in between initialisation and utilisation, then the random numbers will change. Default is None. The seed is not used by all implementing classes.
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |