Skip to content
pythonwrench Development-0.5.0 documentation
pythonwrench.random module
Initializing search
    pythonwrench
    pythonwrench
    • pythonwrench
      • pythonwrench package
        • Subpackages
        • Submodules
          • pythonwrench.abc module
          • pythonwrench.argparse module
          • pythonwrench.cast module
          • pythonwrench.checksum module
          • pythonwrench.concurrent module
          • pythonwrench.csv module
          • pythonwrench.dataclasses module
          • pythonwrench.datetime module
          • pythonwrench.difflib module
          • pythonwrench.disk_cache module
          • pythonwrench.entries module
          • pythonwrench.enum module
          • pythonwrench.functools module
          • pythonwrench.hashlib module
          • pythonwrench.importlib module
          • pythonwrench.inspect module
          • pythonwrench.json module
          • pythonwrench.jsonl module
          • pythonwrench.logging module
          • pythonwrench.math module
          • pythonwrench.os module
          • pythonwrench.pickle module
          • pythonwrench.random module
            • F pythonwrench.random.randstr
          • pythonwrench.re module
          • pythonwrench.semver module
          • pythonwrench.warnings module
    • F pythonwrench.random.randstr

    pythonwrench.random module¶

    pythonwrench.random.randstr(size: int = 10, high: None = None, /, *, letters: Iterable[str] = string.ascii_letters, seed: int | None = None) → str[source]¶
    pythonwrench.random.randstr(low: int, high: int, /, *, letters: Iterable[str] = string.ascii_letters, seed: int | None = None) → str

    Returns a randomly generated string of a random range length.

    © Copyright Étienne Labbé (Labbeti).
    Created using Sphinx 8.2.3. and Sphinx-Immaterial