package random
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class MersenneTwister64 extends AnyRef
Value Members
- object MersenneTwister64
We have our own FP predef for 2 reasons.
We have our own FP predef for 2 reasons.
1. The obvious political reasons. I don't think there are any really good reasons to need more than one implementation of this library (if we do our job correctly).
Probably more importantly:
2. Library dependencies _do_ have a cost. Especially in the JVM world where we insist of relying on binary compatibility.