Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Random Class Reference

Public Member Functions

def __init__
 

Data Fields

 gauss_next
 

Static Public Attributes

int VERSION = 1
 

Detailed Description

Definition at line 109 of file vsrandom.py.

Constructor & Destructor Documentation

def __init__ (   self,
  x = None 
)
Initialize an instance.

Optional argument x controls seeding, as for Random.seed().

Definition at line 113 of file vsrandom.py.

References whrandom.seed().

114  def __init__(self, x=None):
115  """Initialize an instance.
116 
117  Optional argument x controls seeding, as for Random.seed().
118  """
119 
120  self.seed(x)
121  self.gauss_next = None

Field Documentation

gauss_next

Definition at line 120 of file vsrandom.py.

int VERSION = 1
static

Definition at line 111 of file vsrandom.py.


The documentation for this class was generated from the following file: