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 6ef20b1 commit fb44b91Copy full SHA for fb44b91
include/mt19937.h
@@ -1,5 +1,5 @@
1
#ifndef TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_
2
-#define TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_ "1.0.0"
+#define TFPF_MERSENNE_TWISTER_INCLUDE_MT19937_H_ "1.1.0"
3
4
// In a C++ program, only C++ headers (which may not place the types in the
5
// global namespace) should be included to avoid pollution.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
[project]
6
name = 'mt19937'
7
-version = '1.0.0'
+version = '1.1.0'
8
authors = [
9
{ name='Vishal Pankaj Chandratreya' },
10
]
0 commit comments