SciTeX Repro

Getting Started

  • Installation
    • Requirements
    • Basic Installation
    • Development
  • Quickstart

API Reference

  • scitex_repro
    • gen_ID()
    • gen_id()
    • gen_timestamp()
    • timestamp()
    • hash_array()
    • RandomStateManager
      • RandomStateManager.__init__()
      • RandomStateManager._auto_fix_seeds()
      • RandomStateManager.get_np_generator()
      • RandomStateManager.__call__()
      • RandomStateManager.verify()
      • RandomStateManager._compute_hash()
      • RandomStateManager.checkpoint()
      • RandomStateManager.restore()
      • RandomStateManager.temporary_seed()
      • RandomStateManager.get_sklearn_random_state()
      • RandomStateManager.get_torch_generator()
      • RandomStateManager.get_generator()
      • RandomStateManager.clear_cache()
    • get()
    • reset()
    • fix_seeds()
SciTeX Repro
  • Index
  • Edit on GitHub

Index

_ | C | F | G | H | M | R | S | T | V

_

  • __call__() (scitex_repro.RandomStateManager method)
  • __init__() (scitex_repro.RandomStateManager method)
  • _auto_fix_seeds() (scitex_repro.RandomStateManager method)
  • _compute_hash() (scitex_repro.RandomStateManager method)

C

  • checkpoint() (scitex_repro.RandomStateManager method)
  • clear_cache() (scitex_repro.RandomStateManager method)

F

  • fix_seeds() (in module scitex_repro)

G

  • gen_ID() (in module scitex_repro)
  • gen_id() (in module scitex_repro)
  • gen_timestamp() (in module scitex_repro)
  • get() (in module scitex_repro)
  • get_generator() (scitex_repro.RandomStateManager method)
  • get_np_generator() (scitex_repro.RandomStateManager method)
  • get_sklearn_random_state() (scitex_repro.RandomStateManager method)
  • get_torch_generator() (scitex_repro.RandomStateManager method)

H

  • hash_array() (in module scitex_repro)

M

  • module
    • scitex_repro

R

  • RandomStateManager (class in scitex_repro)
  • reset() (in module scitex_repro)
  • restore() (scitex_repro.RandomStateManager method)

S

  • scitex_repro
    • module

T

  • temporary_seed() (scitex_repro.RandomStateManager method)
  • timestamp() (in module scitex_repro)

V

  • verify() (scitex_repro.RandomStateManager method)

© Copyright 2024-2026, Yusuke Watanabe.

Built with Sphinx using a theme provided by Read the Docs.