Skip to content

Commit 809a408

Browse files
committed
Adding optional define ISAAC_IDX_TYPE for changing the indextype using by isaac
In the future this should probably some kind of template parameter instead of another macro, but otherwise I can't keep types like "isaac_size2", so changing this would be a bigger, backwards compatibility breaking change
1 parent d9bd26a commit 809a408

File tree

5 files changed

+126
-121
lines changed

5 files changed

+126
-121
lines changed

example/example.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* You should have received a copy of the GNU General Lesser Public
1414
* License along with ISAAC. If not, see <www.gnu.org/licenses/>. */
1515

16+
#define ISAAC_IDX_TYPE int
1617
#include <isaac.hpp>
1718

1819
#include "example_details.hpp"

0 commit comments

Comments
 (0)