Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Releases: bit101/blgo

v1.1.13

02 Jan 00:08
Compare
Choose a tag to compare

Change standard deviation of guassrange func to have more points be within range.

v1.1.12

01 Jan 23:47
Compare
Choose a tag to compare

Updates to the random module:

  • GaussRange
  • Norm
  • IntArray
  • FloatArray
  • fixes to random string functions (based on fix to IntRange func)

v1.1.11

01 Jan 20:56
Compare
Choose a tag to compare
  • Fixes the top range of random.IntRange, making it exclusive.

v1.1.10

17 Oct 19:37
Compare
Choose a tag to compare

the geom.Point implementations used pointers most of the time, but randomly used non-pointers. Now they all use pointers.

v1.1.9

16 Oct 19:36
Compare
Choose a tag to compare

added MakeGIF and FfmpegToGIF methods

v1.0.2

30 Mar 00:39
Compare
Choose a tag to compare

fix an edge case in floodfill.

v1.0.1

30 Mar 00:23
Compare
Choose a tag to compare

Adds a flood fill function