class

Random::ISAAC

Inherits Random / Reference / Object

Constructors

new(seeds = random_seeds)
Source

Instance methods

new_seed(seeds = random_seeds)

Reseed the generator.

Source
next_u

Generates a random unsigned integer.

The integers must be uniformly distributed between 0 and the maximal value for the chosen type.

Source