abstract class Cxs::XorShift
- Cxs::XorShift
- Reference
- Object
Included Modules
- Random
Direct Known Subclasses
Defined in:
cxs.crInstance Method Summary
-
#next_u
Generates a random unsigned integer.
Instance Method Detail
abstract
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.