Class PyRandom

java.lang.Object
org.python.core.PyObject
org.python.modules.random.PyRandom
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PyRandomDerived

public class PyRandom extends PyObject
See Also:
  • Field Details

    • TYPE

      public static final PyType TYPE
  • Constructor Details

    • PyRandom

      public PyRandom()
    • PyRandom

      public PyRandom(PyType subType)