class Random::ISAAC inherits Reference ¶ Included modules Random Class methods¶ .new(seeds = random_seeds) ¶ View source Methods¶ #new_seed(seeds = random_seeds) ¶ View source #next_u ¶ Generates a random unsigned integer. The integers must be uniformly distributed between 0 and the maximal value for the chosen type. View source