class Pyrite::PRNG::Kiss99
- Pyrite::PRNG::Kiss99
- Pyrite::PRNG::BasePRNG
- Reference
- Object
Defined in:
prng.crConstructors
Instance Method Summary
- #copy : BasePRNG
- #next_bits : UInt32
- #s1 : UInt32
- #s1=(s1 : UInt32)
- #s2 : UInt32
- #s2=(s2 : UInt32)
- #s3 : UInt32
- #s3=(s3 : UInt32)
- #s4 : UInt32
- #s4=(s4 : UInt32)
Instance methods inherited from class Pyrite::PRNG::BasePRNG
copy : BasePRNG
copy,
next_bits : UInt32
next_bits
Constructor Detail
def self.new(s1 : UInt32 | Nil = nil, s2 : UInt32 | Nil = nil, s3 : UInt32 | Nil = nil, s4 : UInt32 | Nil = nil)
#