Commit Graph

6 Commits

Author SHA1 Message Date
Dan Kortschak
bc349ecfab all: replace internal rand shim with math/rand/v2 2025-02-01 22:18:04 +10:30
Dan Kortschak
cf3307fa63 all: partially migrate to math/rand/v2
This is not intended to be a completed transition since it leaves the
libraries unusable to external client code, but rather as a step towards
use of math/rand/v2. This initial step allows repair of sequence change
failures without having to worry about API difference.
2025-02-01 22:18:04 +10:30
Egon Elbre
e1429629f0 integrate: make tests parallel 2020-03-16 16:10:59 +02:00
Vladimir Chalupecky
5679b558d0 integrate: small cleanup in Simpsons 2019-10-20 18:24:30 +02:00
Vladimir Chalupecky
74cb7b153f integrate: rework tests to use testquad integrals 2019-10-18 12:42:24 +02:00
Nathan
e863ce5ae3 integrate: add Simpson's rule 2019-10-12 23:26:13 +10:30