* Added more support for legacy 'rannyi' RNG from our Fortran codes,

including one from normal gaussian PDF.
This commit is contained in:
Wirawan Purwanto
2015-05-21 11:30:19 -04:00
parent 82a55b940a
commit e37110b08b
2 changed files with 42 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
import numpy
class rng_base(object):
"""Bas class for random number generator."""
"""Base class for random number generator."""
# Standard classes
from wpylib.math.random.rng_lcg48 import lcg48