jukkae / rascal

A roguelike.
Other
1 stars 0 forks source link

RNG infrastructure #225

Closed jukkae closed 5 years ago

jukkae commented 5 years ago

Dice class should be extended to cover other, general-purpose randomness as well (especially picking from distributions). Should probably be one shared instance for gameplay (for determinism), eventually maybe another one for visual effects, if needed.

jukkae commented 5 years ago

One RNG implemented in fc8a2a3.