File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ // Based on the Rust #1 implementation.
2+
13actor Main
24 new create (env: Env ) =>
35 let n: USize =
Original file line number Diff line number Diff line change 1+ // Based on the Rust #1 implementation.
2+
13use " collections"
24
35class RNG
Original file line number Diff line number Diff line change 1+ // Based on the C #1 implementation.
12use " format"
23
34actor Main
Original file line number Diff line number Diff line change 11use " collections"
22
3+ // Based on the Rust #1 implementation.
34class LCG
45 let a: U32 = 1103515245
56 let c: U32 = 12345
Original file line number Diff line number Diff line change 1+ // Single-threaded implementation of the spectral norm benchmark.
2+
13actor Main
24 new create (env: Env ) =>
35 let n: USize = try env.args (1 )?.usize ()? else 100 end
You can’t perform that action at this time.
0 commit comments