Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to rand 0.7.0 #659

Merged
merged 22 commits into from
Jul 31, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix ndarray-rand edition idioms
max-sixty committed Jul 22, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
max-sixty Maximilian Roos
commit 2b8fe682c216963120bbc3e478cd02e66d6d39fd
8 changes: 4 additions & 4 deletions ndarray-rand/benches/bench.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#![feature(test)]

extern crate ndarray;
extern crate ndarray_rand;
extern crate rand;
extern crate rand_distr;




extern crate test;

use ndarray::Array;