From bfaac3f5d42f31fabb37a5260fd5b870f639ea59 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 21 Nov 2020 08:22:27 -0500 Subject: [PATCH] eja: add another TODO item. --- mjo/eja/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index f49bde1..b27f2f1 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -24,3 +24,9 @@ This may require supporting "basis" as a list of basis vectors (as opposed to superalgebra elements) in the subalgebra constructor. + +8. Implement random_instance() for general algebras as random_eja(). + Copy/paste the "general" construction into the other classes that + can use it. The general construction can be something like "call + random_instance() on something that inherits me and return the + result." -- 2.43.2