pub fn get_ahash_seed() -> &'static Option<[u64; 4]>
Expand description

Get the current hashing Seed.

If the seed is not yet defined, the RHAI_AHASH_SEED environment variable (if any) is used.

Otherwise, the hashing seed is randomized to protect against DOS attacks.

See rhai::config::hashing::set_ahash_seed for more.