Ominitay c1a5ff34f3 std.rand: Refactor Random interface
These changes have been made to resolve issue #10037. The `Random`
interface was implemented in such a way that causes significant slowdown
when calling the `fill` function of the rng used.

The `Random` interface is no longer stored in a field of the rng, and is
instead returned by the child function `random()` of the rng. This
avoids the performance issues caused by the interface.
2021-10-27 16:07:48 -04:00
..
2021-10-27 16:07:48 -04:00
2021-10-27 16:07:48 -04:00
2021-10-27 16:07:48 -04:00
2021-10-27 16:07:48 -04:00
2021-10-24 19:17:55 +02:00
2021-10-16 21:55:51 +01:00
2021-09-19 14:02:22 +02:00
2021-10-17 16:06:40 -04:00
2021-10-05 12:32:26 -07:00
2021-10-27 16:07:48 -04:00
2021-10-27 16:07:48 -04:00
2021-09-22 14:14:03 -05:00
2021-09-07 15:08:51 -04:00