BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Type Alias RngSource

    RngSource:
        | { type: "secure"; rng: SecureRandomNumberGenerator }
        | { type: "deterministic"; rng: DeterministicRandomNumberGenerator }

    RNG source - either secure or deterministic. Matches Rust RngSource enum.