Move random.d into math submodule

This commit is contained in:
Eugen Wissner 2016-12-22 21:50:33 +01:00
parent e32af2d09e
commit f7fb89fed0
1 changed files with 3 additions and 1 deletions

View File

@ -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;