Miscellaneous Utilities

paramnormal.utils.greco_deco(func)[source]

Decorator to let you use greek characters for fxn kwargs.

paramnormal.utils.seed(func)[source]

Decorator to seed the RNG before any function.