diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:54:14 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:54:14 +1000 |
| commit | 72fd02d93985bc9be359d736eec0484cb51a8b3f (patch) | |
| tree | 97320928c95c49aefbf757500be8b4432b7f80c8 /src/etc/ziggurat_tables.py | |
| parent | abe94f9b4d0d072e2477b989715c6c79e97de259 (diff) | |
| download | rust-72fd02d93985bc9be359d736eec0484cb51a8b3f.tar.gz rust-72fd02d93985bc9be359d736eec0484cb51a8b3f.zip | |
doc: convert remaining uses of core:: to std::.
Diffstat (limited to 'src/etc/ziggurat_tables.py')
| -rwxr-xr-x | src/etc/ziggurat_tables.py | 2 |
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. |
