diff options
Diffstat (limited to 'normal_distribution.cpp')
| -rw-r--r-- | normal_distribution.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/normal_distribution.cpp b/normal_distribution.cpp index c965d2a..bc56e2a 100644 --- a/normal_distribution.cpp +++ b/normal_distribution.cpp @@ -25,6 +25,7 @@ int main() { auto ret = set.insert(element); if (ret.second) { vector.push_back(element); + // TODO: add offset printf("%lld\n", element); } } |
