Expand description
This module contains utilities for random number generation.
Modules§
- gaussian
- This module contains the gaussian random number generator.
- legacy_
random - This module contains the legacy random number generator implementation.
- name_
hash - Precomputed name hashes for positional random seeding.
- worldgen_
random - This module contains vanilla’s feature-decoration
WorldgenRandomwrapper. - xoroshiro
- This module contains the xoroshiro random number generator.
Enums§
- Random
Source - A source of random numbers.
- Random
Splitter - A random number generator that can be split.
Traits§
- Positional
Random - A trait for positional random number generators.
- Random
- A trait for random number generators.
Functions§
- get_
seed - Gets a seed from a position.