class Cxs::XorShift32
- Cxs::XorShift32
- Cxs::XorShift
- Reference
- Object
Defined in:
cxs.crConstructors
Instance Method Summary
-
#next_u
Generates a random unsigned integer.
Instance methods inherited from class Cxs::XorShift
next_u
next_u
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.