Version History
v1.3
Added min/max parameters to RandomNumberGenerator.byte() and fixed some bugs.
v1.2
Convert logic to implement RNGs as value-type structs without forcing them to be wrapped in pointers.
Fixes
- Seed bytes beyond a certain point were ignored, but now the whole seed is used.
v1.1
Bug fixes and updates to reflect new Tomo syntax and internals.
v1.0
Initial version
1 # Version History3 ## v1.37 ## v1.29 Convert logic to implement RNGs as value-type structs without forcing them to10 be wrapped in pointers.12 ### Fixes14 - Seed bytes beyond a certain point were ignored, but now the whole seed is used.16 ## v1.118 Bug fixes and updates to reflect new Tomo syntax and internals.20 ## v1.022 Initial version