- Contents in this wiki are for entertainment purposes only
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Catcliffe Development. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:01, 21 February 2024 XenoEngineer talk contribs created page Vintage VB6: Random number methods (Created page with "{{headerTheAIandI|subcat=VB6.Reference}} Category:coding ={{red24| {{PAGENAME}} }} = ;Assistant XenoEngineer (GPT) LCGs are one of the oldest and simplest types of PRNG algorithms. They generate a sequence of pseudo-random numbers using the following formula: '''X(n+1) = (a * Xn + c) mod m''' '''X''' is the sequence of pseudo-random numbers, '''Xn''' is the current number in the sequence, '''a''' is the multiplier, '''c''' is the increment, '''m''' i...")