abstract class Cxs::XorShift

Included Modules

Direct Known Subclasses

Defined in:

cxs.cr

Instance Method Summary

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.


[View source]