Skip to content

Allow PRNG selection

Compare
Choose a tag to compare
@wyhaines wyhaines released this 30 Jan 18:38
· 11 commits to main since this release

This adds the ability to choose between ISAAC and PCG32 based PRNGs. This is important because it seems like there is currently a bug in the ISAAC implementation that causes GC invalid memory access/segmentation fault failures in some scenarios.