Skip to main content

Module random_helper

Module random_helper 

Source
Expand description

§Random Game Options Helper

This module provides weighted (“ponderated alea”) random generation for GameOptions, ensuring that randomized parameters span broad, exciting ranges while remaining balanced and playable.

Functions§

generate_random_game_options
Generates a new GameOptions instance with randomized parameters using weighted distributions.
weighted_range
Picks a random value from a slice of weighted ranges.