Commit Graph

5 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
Jonathan Bluett-Duncan
fe73977b01 internal/order: move package from graph/internal/ordered and make function generic 2024-05-11 21:57:13 +09:30
Dan Kortschak
8f6a7707f4 graph/internal/ordered: replace slice sort types with sort.Slice calls 2021-10-14 07:01:58 +10:30
Sebastien Binet
66aa83975b all: put examples into a xxx_test package clause
Fixes gonum/gonum#1395.
2020-07-13 12:01:16 +02:00