Packages

p

games

datastrophic

package datastrophic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Dice(state: Long) extends Product with Serializable
  2. case class KRoll(dices: Int, pips: Int, modifier: Int) extends Product with Serializable

Value Members

  1. object BoxMuller

    Box-Muller transform – sample two normally distributed numbers given two uniformly distributed ones.

    Box-Muller transform – sample two normally distributed numbers given two uniformly distributed ones.

    adapted https://github.com/mmiklavc/box-muller

  2. object Dice extends Serializable
  3. object KRoll extends Serializable

Ungrouped