1 2 3 4 5 6
//! Auto-generated module //! //! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs) pub(super) const LCG_MULT: u64 = 6_364_136_223_846_793_005; pub(super) const LCG_ADD: u64 = 1_442_695_040_888_963_407;