object
Croupier
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
byRank[T](ranker: Ranker[T], seed: Long): Croupier[T]
-
def
byRank[T](ranker: Ranker[T], random: Random): Croupier[T]
-
def
byRank[T](ranker: Ranker[T]): Croupier[T]
-
def
byRankBinary[T](ranker: Ranker[T], seed: Long): Croupier[T]
-
def
byRankBinary[T](ranker: Ranker[T], random: Random): Croupier[T]
-
def
byRankBinary[T](ranker: Ranker[T]): Croupier[T]
-
def
byWeight[T](scale: Scale[T], seed: Long): Croupier[T]
-
def
byWeight[T](scale: Scale[T], random: Random): Croupier[T]
-
def
byWeight[T](scale: Scale[T]): Croupier[T]
-
def
byWeightBinary[T](scale: Scale[T], seed: Long): Croupier[T]
-
def
byWeightBinary[T](scale: Scale[T], random: Random): Croupier[T]
-
def
byWeightBinary[T](scale: Scale[T]): Croupier[T]
-
def
byWeightLite[T](scale: Scale[T], seed: Long): Croupier[T]
-
def
byWeightLite[T](scale: Scale[T], random: Random): Croupier[T]
-
def
byWeightLite[T](scale: Scale[T]): Croupier[T]
-
def
byZipScaled[T](scale: Scale[T], seed: Long): Croupier[T]
-
def
byZipScaled[T](scale: Scale[T], random: Random): Croupier[T]
-
def
byZipScaled[T](scale: Scale[T]): Croupier[T]
-
def
clone(): AnyRef
-
def
damping[T](seed: Long): Croupier[T]
-
def
damping[T](random: Random): Croupier[T]
-
def
damping[T]: Croupier[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fair[T](seed: Long): Croupier[T]
-
def
fair[T](random: Random): Croupier[T]
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
invert[T](seed: Long): Croupier[T]
-
def
invert[T](random: Random): Croupier[T]
-
def
invert[T]: Croupier[T]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any