AbstractRandomMixin# class named_arrays.AbstractRandomMixin# Bases: ABC A mixin class used for random implicit arrays. Attributes seed Seed for the random number generator instance Methods __init__() Inheritance Diagram abstract property seed: int# Seed for the random number generator instance