|
stmm-games-doc
0.32.0
|
Classes | |
| struct | ProbTileGen |
| struct | ProbTraitSets |
Public Member Functions | |
| RandomTiles (RandomSource &oRandomSource, ProbTileGen &&oProbTileGen) noexcept | |
| Constructor. More... | |
| Tile | createTile () noexcept |
| Create a tile. More... | |
|
noexcept |
Constructor.
At least one of the trait sets in m_aProbTraitSets must have a non empty value.
| oRandomSource | The random numbers source. The caller must ensure outlives this instance. |
| oProbTileGen | The new tile random distribution. |
|
noexcept |
Create a tile.
1.8.13