PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: random

random.atom

aliases: [random.a]

weighted atom generation from specified list

available since version: 0.9.1


information

Choose random atom from specified list (with weights) and output it. If no weights specified, choose elements with random uniform distribution. Use @seed property to get reproducible sequences. If @seed property was not explicitly set or specified, uses generator initialized with current time. Note: when @nonrep property is set, distribution is not uniform or weighted.

example

arguments:

properties:

inlets:

outlets:

keywords:

random atom

See also: [random.float] [random.gauss]

Authors: Serge Poltavsky

License: GPL3 or later