RandomFilter
Type Sample
Category Sampling > Filters

RandomFilter

Description

Filters sample to only the cells that pass the chance check.

Arguments

Type Name (Display Name) Description Default
Sample input_grid (Sample) Sample to be filtered.
int chance (Chance) For each cell, the chance (in percentage) it's filtered or not. 50

Outputs

Sample - filtered_grid (Filtered Sample)

Returns the Sample after filtering has been applied.