Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iepcbm/detlearning
https://github.com/iepcbm/detlearning
determinant game vba vba-excel
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iepcbm/detlearning
- Owner: iEPCBM
- License: bsd-3-clause
- Created: 2020-11-10T12:44:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T12:37:09.000Z (about 4 years ago)
- Last Synced: 2024-12-08T19:11:52.297Z (about 2 months ago)
- Topics: determinant, game, vba, vba-excel
- Language: VBA
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DetLearning
## 3rd party
DetLearning can use PRNG MT19937 (MersenneTwisterVBAModule) for generating matrix. MersenneTwisterVBAModule wrotten by Jerry Wang as of February 2015 of the C-program MT19937. The C-program MT19937 coded by Takuji Nishimura and Makoto Matsumoto. The copyright notice contained in [/src/Modules/MersenneTwisterVBAModule.bas](https://github.com/iEPCBM/DetLearning/blob/main/src/Modules/3rd_party/MersenneTwisterVBAModule.bas).