pg.scalars.Normal#

Accessible via pg.scalars.Normal.

class Normal(mean, std, seed=None)[source]#

Bases: pg.scalars.RandomScalar

Generate a random float number in normal distribution.

Methods:

next_value()

Return next value..

next_value()[source]#

Return next value..

Return type:

float