Move random.d into math submodule
This commit is contained in:
parent
e32af2d09e
commit
f7fb89fed0
@ -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;
|
Loading…
x
Reference in New Issue
Block a user