mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Correct some typos.
This commit is contained in:
parent
d31855830d
commit
d53e708a38
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ class BasicRandom:
|
||||||
|
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
# * Mersenne Twister random number generator
|
# * Mersenne Twister random number generator
|
||||||
# * uses standart python module `random'
|
# * uses the standard python module `random'
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
|
||||||
class MTRandom(BasicRandom, random.Random):
|
class MTRandom(BasicRandom, random.Random):
|
||||||
|
@ -105,7 +105,7 @@ class MTRandom(BasicRandom, random.Random):
|
||||||
|
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
# * Wichman-Hill random number generator
|
# * Wichman-Hill random number generator
|
||||||
# * uses standart python module `random'
|
# * uses the standard python module `random'
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
|
||||||
class WHRandom(BasicRandom, random.WichmannHill):
|
class WHRandom(BasicRandom, random.WichmannHill):
|
||||||
|
|
Loading…
Add table
Reference in a new issue