Type Alias JitterOpts

JitterOpts: {
    absolute?: number;
    clamped?: boolean;
    relative?: number;
    source?: RandomSource;
}