Skip to content

Commit

Permalink
Rename rng_librandom.jl to librandom.jl
Browse files Browse the repository at this point in the history
In general, now that we have modules, wrappers around external libraries
should just be named <library_name>.jl, and the user facing routines
should just call these wrapped functions.
  • Loading branch information
Viral B. Shah committed Sep 22, 2012
1 parent 06aef26 commit f7f4a16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion extras/rng.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("rng_librandom.jl")
require("librandom.jl")

const librandom = dlopen("librandom")

Expand Down

0 comments on commit f7f4a16

Please sign in to comment.