JuliaRandom / Random123.jl

Julia implementation of Random123.
http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/
Other
18 stars 5 forks source link

Remove `Manifest.toml` & Update `Project.toml` to the new style #10

Closed prbzrg closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #10 (101e2ea) into master (840c556) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   98.54%   98.57%   +0.03%     
==========================================
  Files           7        7              
  Lines         822      841      +19     
==========================================
+ Hits          810      829      +19     
  Misses         12       12              
Impacted Files Coverage Δ
src/threefry.jl 99.54% <0.00%> (+<0.01%) :arrow_up:
src/aesni.jl 98.95% <0.00%> (+0.03%) :arrow_up:
src/ars.jl 98.33% <0.00%> (+0.05%) :arrow_up:
src/philox.jl 98.54% <0.00%> (+0.07%) :arrow_up:
src/aesni_common.jl 95.23% <0.00%> (+0.23%) :arrow_up:
src/common.jl 93.90% <0.00%> (+0.31%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 840c556...101e2ea. Read the comment docs.

sunoru commented 2 years ago

Thanks