AlexPukall / PRNG64 Star 1 Code Issues Pull requests Pukall PRNG 64 : mix the output of an LFSR 64 and an LCG 64 (C language or 6502 Assembly) generator prng linear lcg 64-bit linear-congruential-generator lfsr 64bit linear-feedback-shift-register congruential prng-test 64-bits prngs 64bits prng-algorithms linear-congruential-generators linear-congruential prng64 lfsr64 lcg64 Updated Jun 4, 2023 Assembly
jElhamm / Hands-On-Simulation-Modeling-with-Python-Second-Edition Star 1 Code Issues Pull requests "Code from Hands-On Simulation Modeling with Python - Second Edition by Packt, focusing on simulation models for efficient decision-making." python modules simulation book decision-making weather-forecast packt random-walk simulation-modeling efficient-algorithm montecarlo-simulation forest-management decrypt-messages lagged-fibonacci-generator schelling-model hands-on-machine-learning encrypt-messages uav-detection airfoil-simulation linear-congruential Updated Jan 21, 2025 Python
peknight / random Star 0 Code Issues Pull requests 纯函数式随机数API及其线性同余随机数实现 functional-programming random linear-congruential Updated Oct 1, 2025 Scala