IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

min Property

The inclusive lower bound.

Syntax

def get_min() -> int: ...
def set_min(value: int) -> None: ...

min = property(get_min, set_min)

Default Value

0

Remarks

This property specifies the inclusive lower bound of the random integer to be generated. The value must be less than max, and must not be negative. The default value is 0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]