maxwell# class brainstate.random.maxwell(size=None, key=None, dtype=None)# Sample from a one sided Maxwell distribution. The scipy counterpart is scipy.stats.maxwell. Parameters: key (int | Array | ndarray | None) – a PRNG key. size (int | Sequence[int] | integer | Sequence[integer] | None) – The shape of the returned samples. dtype (str | type[Any] | dtype | SupportsDType) – The type used for samples. key – a PRNG key or a seed. Returns: A jnp.array of samples, of shape shape.