Gilles
525b82ca9f
Javadoc.
2016-05-29 18:25:48 +02:00
Gilles
77e11bfa2b
Javadoc.
2016-05-29 18:20:31 +02:00
Gilles
34b9698662
Javadoc.
...
Removed obsolete documentation.
2016-05-29 18:08:41 +02:00
Gilles
156dfa6da1
Javadoc.
2016-05-29 17:27:46 +02:00
Gilles
fc3e1eac67
Javadoc.
2016-05-29 16:31:15 +02:00
Gilles
c4c288a3e0
Merge branch 'feature-MATH-1290' into develop
...
Completes the following reports (see JIRA):
MATH-1290
MATH-1291
MATH-1292
2016-05-24 01:04:11 +02:00
Eric Barnhill
a3677db89e
Changed Math.ulp in ComplexUtilsTest to 0. Fixed some doc in ComplexUtils that was getting a style complaint.
2016-05-23 21:45:30 +02:00
Gilles
c82bb1b56a
Javadoc.
2016-05-23 17:46:57 +02:00
Gilles
34eba81322
MATH-1366
...
Obsolete class removed (replaced by method "asUniformRandomProvider" in "RandomUtils").
2016-05-20 14:32:30 +02:00
Gilles
47c41fe307
Removed obsolete tests (cf. MATH-1158).
2016-05-20 14:24:00 +02:00
Gilles
7550cb4641
MATH-1366
...
Deleted a bunch of inter-dependent classes and unit tests.
All RNG algorithms previously implemented in package "o.a.c.m.random" are now in package "o.a.c.m.rng.internal.source32".
Functionalities of "RandomDataGenerator" are provided by "RandomUtils.DataGenerator" and classes in package "o.a.c.m.distribution".
Base classes "BitsStreamGenerator" and "AbstractWell" are obsolete (replaced by classes in package "o.a.c.m.rng.internal" and below).
2016-05-20 14:07:46 +02:00
Gilles
4bbe9ee5bd
Javadoc.
2016-05-20 13:53:54 +02:00
Gilles
21cfd1006e
MATH-1363
...
Userguide update.
2016-05-19 18:34:51 +02:00
Gilles
e491455737
MATH-1346
...
Class removed: similar functionality is available from "EmpiricalDistribution",
"RandomUtils.DataGenerator" and classes in package "o.a.c.m.distribution".
2016-05-19 18:32:08 +02:00
Gilles
dcde92e7d8
MATH-1363
...
Userguide update.
2016-05-19 01:52:13 +02:00
Gilles
cede12d455
MATH-1366
...
Functionality of "RandomAdaptor" replaced by "JDKRandomAdaptor" for the new RNG API.
2016-05-17 20:20:28 +02:00
Gilles
60c18b75f6
MATH-1366
...
Removed unused classes.
2016-05-17 20:01:40 +02:00
Gilles
75bc95b6a9
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:38:01 +02:00
Gilles
ac938e644f
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:37:44 +02:00
Gilles
60889c0435
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:37:21 +02:00
Gilles
da11fb29e7
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:36:54 +02:00
Gilles
7059474674
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:36:35 +02:00
Gilles
19ca67ad41
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:28:47 +02:00
Gilles
aa3a0187af
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:28:19 +02:00
Gilles
8fe2360920
MATH-1366
...
Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32".
2016-05-17 19:26:44 +02:00
Gilles
db78a70f19
Unused "import".
2016-05-17 19:25:58 +02:00
Gilles
ade7e6d96f
Javadoc.
2016-05-17 19:25:01 +02:00
Gilles
a8c6d43b5a
MATH-1365
...
Adapt unit test to the changed signature of the constructor.
2016-05-17 19:04:39 +02:00
Gilles
daf0c68d5d
Javadoc.
2016-05-17 18:19:03 +02:00
Gilles
33df96efee
Merge branch 'task-MATH-1365' into develop
...
Completes MATH-1365 (see JIRA).
2016-05-17 18:06:58 +02:00
Gilles
36ee522233
MATH-1365
...
Class requires custom serialization after moving to the new RNG API (cf. MATH-1360).
2016-05-17 18:04:14 +02:00
Gilles
0e89d6c31f
Merge branch 'task-MATH-1360' into develop
...
Completes issue MATH-1360 (see JIRA).
2016-05-17 17:02:00 +02:00
Gilles
8e71711c1c
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
0caba0845d
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
1b5aef881b
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
022a020bde
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
d7a1666f9a
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
521b9b3385
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
a9fdcd64bf
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
b720481312
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
ae7ade3990
Unused "import".
2016-05-17 15:30:23 +02:00
Gilles
f3108e2771
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
583d57dbe0
Unused "import".
2016-05-17 15:30:23 +02:00
Gilles
a3fae474e5
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
f9f632e705
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
0484bdb3f6
MATH-1335
...
Use new RNG API.
Unit tests rewritten to avoid unnecessary usage of "RandomDataGenerator" (cf. MATH-1341).
2016-05-17 15:30:23 +02:00
Gilles
11a7e62a89
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
7331773448
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
d707364257
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
ed78ce27aa
Unused "import".
2016-05-17 15:30:23 +02:00