Billy Laws 15e9fa1c80 Fix FillRandomBytes
There were two issues here:
- If a skyline span was passed as a param then the 'T &object' version would be called, filling the span itself with random values rather than its contents
- Random numbers were repeated every call since independent_bits_engine copied generator state and thus it was never actually updated
2022-05-10 18:28:15 +01:00
..
2022-05-08 19:37:10 +01:00
2022-05-10 18:28:15 +01:00
2019-10-18 16:22:38 +05:30
2022-05-06 15:41:48 +05:30