Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | getallchar |
def | getNumFromChar |
def | seedstring |
def | interleave |
def | rands |
def | rand |
def | seed |
Variables | |
int | _seed = 0 |
int | RAND_MAX = 0x7fffffff |
tuple | allchar = getallchar() |
tuple | aye = allchar.find('a') |
tuple | AAYE = allchar.find('A') |
tuple | Uhun = allchar.find('0') |
int | totalnormchar = 26 |
def seedrandom.getallchar | ( | ) |
Definition at line 3 of file seedrandom.py.
def seedrandom.getNumFromChar | ( | c) |
Definition at line 13 of file seedrandom.py.
def seedrandom.interleave | ( | slist) |
Definition at line 38 of file seedrandom.py.
def seedrandom.rand | ( | ) |
Definition at line 60 of file seedrandom.py.
def seedrandom.rands | ( | intseed) |
Definition at line 51 of file seedrandom.py.
def seedrandom.seed | ( | seednum) |
Definition at line 64 of file seedrandom.py.
def seedrandom.seedstring | ( | stru) |
int _seed = 0 |
Definition at line 1 of file seedrandom.py.
tuple AAYE = allchar.find('A') |
Definition at line 10 of file seedrandom.py.
tuple allchar = getallchar() |
Definition at line 8 of file seedrandom.py.
tuple aye = allchar.find('a') |
Definition at line 9 of file seedrandom.py.
int RAND_MAX = 0x7fffffff |
Definition at line 2 of file seedrandom.py.
int totalnormchar = 26 |
Definition at line 12 of file seedrandom.py.
tuple Uhun = allchar.find('0') |
Definition at line 11 of file seedrandom.py.