Alias sampling data structure (see makeAliasTable() for details) More...
#include <mitsuba/core/pmf.h>
Public Attributes | |
| QuantizedScalar | prob |
| Probability of sampling the current entry. More... | |
| Index | index |
| Index of the alias entry. More... | |
Alias sampling data structure (see makeAliasTable() for details)
| Index mitsuba::math::AliasTableEntry< QuantizedScalar, Index >::index |
Index of the alias entry.
| QuantizedScalar mitsuba::math::AliasTableEntry< QuantizedScalar, Index >::prob |
Probability of sampling the current entry.