1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-03 13:56:55 +00:00
Calvin Rose aee1687215 Add RNG functionality to the math/ module.
The new RNG wraps up state for random number generation, so
one can have many rngs and even marshal and unmarshal them.
Adds math/rng, math/rng-uniform, and math/rng-int.

Also introduce `in` and change semantics for
indexing out of range. This commit enforces stricter
invariants on keys when indexing via a function call
on the data structure, or the new `in` function.

The `get` function is now more lax about keys, and will
not throw an error when a bad key is used for a data structure, instead
returning the default value.
2019-11-08 17:40:04 -06:00
..
2019-02-21 19:19:47 -05:00
2019-07-07 23:23:45 -05:00
2019-06-18 22:10:13 -04:00
2019-09-30 19:50:42 -05:00
2019-06-18 22:10:13 -04:00