torchsig.utils.randomΒΆ
Utility to handle random number generators.
Functions
Classes
A class for handling random choices from lists |
|
A class for representing random distributions; created by calling get_distribution(params) on a Seedable object distributions are callable, such that some_seedable.get_distribution(params)() should return a random number from the distribution |
|
A class for handling log10-weighted random uniform ranges |
|
A class/interface representing objects capable of accessing random numbers and being seeded. |
|
A class for handling uniform random variables |
|
A class for handling random uniform ranges |