Skip to content

weighted source distribution

Source distributions define how records are selected from a source pool.

Illustrative behavior

weighted: Illustrative behavior Source distributions define how records are selected from a source pool. SOURCE POOL A B C D GLOBAL SELECTION A A C A B A A B

This is a representative seeded illustration. Exact output depends on rngSeed, the source, and the remaining runtime inputs.

Selection law: weighted_draw

Replacement: with_replacement

Randomness: seeded_random

Seed coordination: row_keyed

Required parameters: weight_column

Supported surfaces: generate_source, variable_source

Requires full source pool: yes

Requires shared seed: no

Compatible with unique selection: no

Compatible with cyclic selection: no

Topology invariant: yes