diff --git a/source/tanya/random.d b/source/tanya/math/random.d similarity index 99% rename from source/tanya/random.d rename to source/tanya/math/random.d index 8e69c32..0405bc0 100644 --- a/source/tanya/random.d +++ b/source/tanya/math/random.d @@ -3,12 +3,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /** + * Random number generator. + * * Copyright: Eugene Wissner 2016. * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * Mozilla Public License, v. 2.0). * Authors: $(LINK2 mailto:belka@caraus.de, Eugene Wissner) */ -module tanya.random; +module tanya.math.random; import std.experimental.allocator; import std.digest.sha;