Module pippi.rand
Functions
choice
def choice(
choices
)
preseed
def preseed(
)
rand
def rand(
low=0.0,
high=1.0
)
randdump
def randdump(
)
randint
def randint(
low=0,
high=1
)
randmethod
def randmethod(
method='normal'
)
randparams
def randparams(
domain=None,
**kwargs
)
seed
def seed(
value=None
)