Skip to content

Commit

Permalink
Remove redundant MersenneTwister definition.
Browse files Browse the repository at this point in the history
fix the exports
  • Loading branch information
ViralBShah committed Jan 17, 2013
1 parent 414a40d commit 19b36a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions base/rng.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ export librandom_init, srand,
randchi2, randchi2!,
randbeta, randbeta!,
randbool, randbool!,
Rng, Rng_MT
AbstractRNG, MersenneTwister

abstract AbstractRNG

type MersenneTwister <: AbstractRNG; end

const RNG = MersenneTwister

type MersenneTwister <: AbstractRNG
Expand Down

0 comments on commit 19b36a2

Please sign in to comment.