class RandomMentira

Included Modules

Defined in:

vitix/config/randomMentira.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def next_u #
Description copied from module Random

Generates a random unsigned integer.

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


[View source]