We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40f45 commit 936ec3eCopy full SHA for 936ec3e
CHANGELOG.md
@@ -1,5 +1,6 @@
1
- 2.0.2
2
- Extension now uses Mersenne Twister RNG explicitly
3
+ - Optimized random number generation
4
5
- 2.0.1
6
- Added benchmarks
config.json
@@ -4,7 +4,7 @@
"extension-name": "tensor",
"description": "Tensor is a library and extension that provides objects for scientific computing in PHP.",
"author": "Andrew DalPino",
7
- "version": "2.0.1-alpha",
+ "version": "2.0.2-alpha",
8
"verbose": true,
9
"requires": {
10
"extensions": []
0 commit comments