about summary refs log tree commit diff
path: root/src/etc/ziggurat_tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/ziggurat_tables.py')
-rwxr-xr-xsrc/etc/ziggurat_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/ziggurat_tables.py b/src/etc/ziggurat_tables.py
index c8f873037d8..51c0da39bd5 100755
--- a/src/etc/ziggurat_tables.py
+++ b/src/etc/ziggurat_tables.py
@@ -2,7 +2,7 @@
 # xfail-license
 
 # This creates the tables used for distributions implemented using the
-# ziggurat algorithm in `core::rand::distributions;`. They are
+# ziggurat algorithm in `std::rand::distributions;`. They are
 # (basically) the tables as used in the ZIGNOR variant (Doornik 2005).
 # They are changed rarely, so the generated file should be checked in
 # to git.