| ... | @@ -26,6 +26,7 @@ pub const Sfc64 = @import("Random/Sfc64.zig"); | ... | @@ -26,6 +26,7 @@ pub const Sfc64 = @import("Random/Sfc64.zig"); |
| 26 | pub const RomuTrio = @import("Random/RomuTrio.zig"); | 26 | pub const RomuTrio = @import("Random/RomuTrio.zig"); |
| 27 | pub const SplitMix64 = @import("Random/SplitMix64.zig"); | 27 | pub const SplitMix64 = @import("Random/SplitMix64.zig"); |
| 28 | pub const ziggurat = @import("Random/ziggurat.zig"); | 28 | pub const ziggurat = @import("Random/ziggurat.zig"); |
| | 29 | pub const lcg = @import("Random/lcg.zig"); |
| 29 | | 30 | |
| 30 | /// Any comparison of this field may result in illegal behavior, since it may be set to | 31 | /// Any comparison of this field may result in illegal behavior, since it may be set to |
| 31 | /// `undefined` in cases where the random implementation does not have any associated | 32 | /// `undefined` in cases where the random implementation does not have any associated |