]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/TODO
eja: add another TODO item.
[sage.d.git] / mjo / eja / TODO
index f49bde15a52f31f7147481cf4eada29317b091e1..b27f2f12875e317fd2b088a74d7395c84ab8e454 100644 (file)
@@ -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."