BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
Preparing search index...
RngSource
Type Alias RngSource
RngSource
:
|
{
type
:
"secure"
;
rng
:
SecureRandomNumberGenerator
}
|
{
type
:
"deterministic"
;
rng
:
DeterministicRandomNumberGenerator
}
RNG source - either secure or deterministic. Matches Rust RngSource enum.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
Loading...
RNG source - either secure or deterministic. Matches Rust RngSource enum.