zio.stm.random
Value members
Concrete methods
Generates a pseudo-random chunk of bytes of the specified length inside a transaction.
Generates a pseudo-random chunk of bytes of the specified length inside a transaction.
Generates a pseudo-random double in the specified range inside a transaction.
Generates a pseudo-random double in the specified range inside a transaction.
Generates a pseudo-random float in the specified range inside a transaction.
Generates a pseudo-random float in the specified range inside a transaction.
Generates a pseudo-random integer in the specified range inside a transaction.
Generates a pseudo-random integer in the specified range inside a transaction.
Generates a pseudo-random integer between 0 (inclusive) and the specified value (exclusive) inside a transaction.
Generates a pseudo-random integer between 0 (inclusive) and the specified value (exclusive) inside a transaction.
Generates a pseudo-random long in the specified range inside a transaction.
Generates a pseudo-random long in the specified range inside a transaction.
Generates a pseudo-random long between 0 (inclusive) and the specified value (exclusive) inside a transaction.
Generates a pseudo-random long between 0 (inclusive) and the specified value (exclusive) inside a transaction.
Generates a pseudo-random string of the specified length inside a transaction.
Generates a pseudo-random string of the specified length inside a transaction.
Concrete fields
Generates a pseudo-random boolean inside a transaction.
Generates a pseudo-random boolean inside a transaction.
Generates a pseudo-random, uniformly distributed double between 0.0 and 1.0 inside a transaction.
Generates a pseudo-random, uniformly distributed double between 0.0 and 1.0 inside a transaction.
Generates a pseudo-random, uniformly distributed float between 0.0 and 1.0 inside a transaction.
Generates a pseudo-random, uniformly distributed float between 0.0 and 1.0 inside a transaction.
Generates a pseudo-random double from a normal distribution with mean 0.0 and standard deviation 1.0 inside a transaction.
Generates a pseudo-random double from a normal distribution with mean 0.0 and standard deviation 1.0 inside a transaction.
Generates a pseudo-random integer inside a transaction.
Generates a pseudo-random integer inside a transaction.
Generates a pseudo-random long inside a transaction.
Generates a pseudo-random long inside a transaction.