Notebook
Type: builtin_function_or_method String form: <built-in method seed of mtrand.RandomState object at 0x100540c78> Docstring: seed(seed=None) Seed the generator. This method is called when `RandomState` is initialized. It can be called again to re-seed the generator. For details, see `RandomState`. Parameters ---------- seed : int or array_like, optional Seed for `RandomState`. See Also -------- RandomState