go-p5 / p5

p5 is a simple package that provides primitives resembling the ones exposed by p5js.org
https://go-p5.github.io/
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

Add Random(), RandomSeed() and RandomGaussian() #26

Closed psampaz closed 3 years ago

psampaz commented 3 years ago

Closes #25

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (a77925e) into main (78c452d) will decrease coverage by 0.21%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   73.00%   72.79%   -0.22%     
==========================================
  Files           9        9              
  Lines         515      522       +7     
==========================================
+ Hits          376      380       +4     
- Misses        119      122       +3     
  Partials       20       20              
Impacted Files Coverage Δ
api.go 70.00% <0.00%> (-12.36%) :arrow_down:
proc.go 49.41% <100.00%> (+1.20%) :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 78c452d...a77925e. Read the comment docs.