Package pyrobot :: Package general :: Module ca
[frames | no frames]

Module pyrobot.general.ca

Classes
GUI  
Lattice  
Matrix  
Rules  

Function Summary
  binaryStringToDecimal(str)
  decimalToBinary(val, maxbits)
A decimal to binary converter.
  decimalToBinaryString(val, maxbits)
A decimal to binary converter.
  poisson(_lambda)
Function to generate Poisson distributed random variable between 0 and...

Variable Summary
str gkl = '1111101011111111111110100000000011111010111111111...
str version = '1.2'

Function Details

decimalToBinary(val, maxbits=128)

A decimal to binary converter. Returns bits in a list.

decimalToBinaryString(val, maxbits=128)

A decimal to binary converter. Returns bits in a string.

poisson(_lambda)

Function to generate Poisson distributed random variable between 0 and
infinity with mean equal to lambda

Variable Details

gkl

Type:
str
Value:
'111110101111111111111010000000001111101011111111111110100000000011111\
01000000000111110100000000011111010000000001111101000000000'           

version

Type:
str
Value:
'1.2'                                                                  

Generated by Epydoc 2.1 on Mon Jul 25 01:39:26 2005 http://epydoc.sf.net