code / tomo-random

Lines568 Tomo238 C174 Markdown156
(22 lines)

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 History
3 ## v1.3
5 Added min/max parameters to `RandomNumberGenerator.byte()` and fixed some bugs.
7 ## v1.2
9 Convert logic to implement RNGs as value-type structs without forcing them to
10 be wrapped in pointers.
12 ### Fixes
14 - Seed bytes beyond a certain point were ignored, but now the whole seed is used.
16 ## v1.1
18 Bug fixes and updates to reflect new Tomo syntax and internals.
20 ## v1.0
22 Initial version