scalaprops
Type members
Classlikes
Polynomial over the field of two elements. F2[t]
Polynomial over the field of two elements. F2[t]
This class is immutable.
Caution: This class is not efficient for large polynomial.
- Companion
- class
- Companion
- object
- Companion
- object
TinyMT is a pseudo random number generator.
TinyMT is a pseudo random number generator.
To get an instance, call TinyMT32.getDefault
This class supports jump function. User can get an array of pseudo random
number generators by calling TinyMT32#getDefaultArray
- See also
- Companion
- class
This class is used to keep parameters for TinyMT32, and to get parameters from resource file.
This class is used to keep parameters for TinyMT32, and to get parameters from resource file.
- Companion
- class
- Value Params
- characteristic
characteristic polynomial.
- delta
Delta of TinyMT.
- id
ID of TinyMT32.
- mat1
parameter mat1 of TinyMT32.
- mat2
parameter mat2 of TinyMT32.
- tmat
parameter tmat of TinyMT32.
- weight
Hamming weight of characteristic polynomial.
- Companion
- object