IntUniform#
- class eclypse.graph.assets.space.IntUniform[source]#
Bases:
AssetSpaceClass to represent a uniform distribution of integer values.
Methods
__init__(low, high[, step])Create a new IntUniform asset space.
Bases: AssetSpace
Class to represent a uniform distribution of integer values.
Methods
|
Create a new IntUniform asset space. |