class RandomMentira
- RandomMentira
- Reference
- Object
Included Modules
- Random
Defined in:
vitix/config/randomMentira.crConstructors
Instance Method Summary
-
#next_u
Generates a random unsigned integer.
Constructor Detail
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.