diff options
| author | KunoiSayami <[email protected]> | 2022-06-24 15:08:03 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-24 15:08:03 +0800 |
| commit | 447d7d7a363b53b81cf21a30b6765d9e3501484c (patch) | |
| tree | 35633380b74a7e49f743669d73d44e07a42566b8 /normal_distribution.cpp | |
| parent | 167ab83b42809d59388c739390193cc6e7e3cbe0 (diff) | |
feat(script): Add experiment3
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'normal_distribution.cpp')
| -rw-r--r-- | normal_distribution.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/normal_distribution.cpp b/normal_distribution.cpp index c320ce4..c965d2a 100644 --- a/normal_distribution.cpp +++ b/normal_distribution.cpp @@ -11,8 +11,8 @@ int main() { std::random_device randomDevice; std::mt19937 randomEngine(randomDevice()); - std::normal_distribution<long double> normalDistribution(2147483647, - 2147483647); + std::normal_distribution<long double> normalDistribution(2147483648, + 2147483648); std::set<long long> set; |
