Constant rav1e::prelude::config::DEFAULT_GRAIN_SEED

source ·
pub const DEFAULT_GRAIN_SEED: u16 = 10956; // 10_956u16
Expand description

A randomly generated u16 to be used as a starting random seed for grain synthesis. The idea behind using a constant random seed is so that encodes are deterministic and reproducible.