Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

used shuffle() to shuffle in shuffled() #16

Merged
merged 2 commits into from
Jul 5, 2014
Merged

Commits on Jul 4, 2014

  1. used shuffle() to shuffle in shuffled()

    No need to have two different implementations of the Fisher-Yates shuffle -- this changes .shuffled() to call .shuffle() on the unshared copy of self.
    natecook1000 committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    c9a1ed2 View commit details
    Browse the repository at this point in the history
  2. removed reinterpretCast call by overloading at()

    This adds a method overload for at() that takes an Int[] parameter so that it can be called from other methods without need for a (dangerous?) reinterpretCast call.
    natecook1000 committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    d554a77 View commit details
    Browse the repository at this point in the history