Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed Dec 18, 2018
1 parent 8caf561 commit f744aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arrange.rs
Expand Up @@ -38,7 +38,7 @@ fn main() {
let mut graph = worker.dataflow::<Product<(),usize>,_,_>(|scope| {

// create a source operator which will produce random edges and delete them.
timely::dataflow::operators::generic::source(scope, "RandomGraph", |mut capability| {
timely::dataflow::operators::generic::source(scope, "RandomGraph", |mut capability, _info| {

let seed: &[_] = &[1, 2, 3, index];
let mut rng1: StdRng = SeedableRng::from_seed(seed); // rng for edge additions
Expand Down

0 comments on commit f744aa8

Please sign in to comment.