diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-16 09:28:57 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-16 09:28:57 +0200 |
commit | 5d15d765c0204854b587b03232b20336ddf91ced (patch) | |
tree | 18d481c0452f7e26fb4683000f6bc7fa55434efe /packages/hmatrix/src/Numeric/HMatrix.hs | |
parent | 0ab93b8eb934167e16dbae193c4fd2b5359a184b (diff) |
move rand, randn
Diffstat (limited to 'packages/hmatrix/src/Numeric/HMatrix.hs')
-rw-r--r-- | packages/hmatrix/src/Numeric/HMatrix.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/hmatrix/src/Numeric/HMatrix.hs b/packages/hmatrix/src/Numeric/HMatrix.hs index c8742c4..36fcf70 100644 --- a/packages/hmatrix/src/Numeric/HMatrix.hs +++ b/packages/hmatrix/src/Numeric/HMatrix.hs | |||
@@ -134,4 +134,6 @@ import Numeric.Vector() | |||
134 | import Numeric.Container | 134 | import Numeric.Container |
135 | import Numeric.LinearAlgebra.Algorithms | 135 | import Numeric.LinearAlgebra.Algorithms |
136 | import Numeric.LinearAlgebra.Util | 136 | import Numeric.LinearAlgebra.Util |
137 | import Numeric.Random | ||
138 | |||
137 | 139 | ||