aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* Port random number generators from C# to C with bake build supportcopilot/convert-photonspinrandom-to-ccopilot-swe-agent[bot]48 hours1-0/+1
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Fix Unicode minus signs to ASCII hyphenscopilot-swe-agent[bot]48 hours2-2/+2
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Add XorShift, SplitMix64, WyRandom, PCG, and XoroShiro generatorscopilot-swe-agent[bot]48 hours12-55/+838
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Update donut ASCII art to a different anglecopilot-swe-agent[bot]48 hours1-29/+28
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Add comprehensive README documentation for the C implementationcopilot-swe-agent[bot]48 hours1-0/+95
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Add safety check and clarifying comment for array boundscopilot-swe-agent[bot]48 hours1-2/+5
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Add .gitignore to exclude compiled binariescopilot-swe-agent[bot]48 hours1-0/+0
| | | | Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>
* Convert PhotonSpinRandom.cs to C with @BAKE support and donut ASCII artcopilot-swe-agent[bot]48 hours5-0/+328
Co-authored-by: 8e8m <248551607+8e8m@users.noreply.github.com>