Random Generators
Generate pseudo-random numbers and choices.
Int()
Int()random.int(min, max, count)Parameters
Float()
Float()random.float(min, max, count, decimals, unique)Parameters
Element()
Element()random.element(iterable, count, weights, unique)Parameters
Last updated