issues Search Results · repo:alchimystic/defold-rng language:C
Filter by
2 results
(64 ms)2 results
inalchimystic/defold-rng (press backspace or delete to remove)We have the c++ code of all algorithms and the rng factory in a single file (rng.cpp) but ideally each algorithm should
have its own c++ file.
Included in this, we should create a template class to minimize ...
enhancement
alchimystic
- Opened on Oct 16, 2023
- #2
Original Mersenne Twister algorithm has a relatively large state buffer (almost 2.5 kb) so its not optimal for instance
RNGs. I decided to go for TinyMT. This variant has a shorter period than the original, ...
enhancement
alchimystic
- Opened on Oct 16, 2023
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.