Commit Graph

  • 42870e6f6e go mod master Darko Luketic 2020-07-03 18:24:08 +0200
  • 7aecb25e1f
    Travis: remove go 1.2 Dmitry Chestnykh 2020-02-28 11:49:02 +0100
  • bf8a2baeba
    Add COPYING Dmitry Chestnykh 2020-02-28 11:44:15 +0100
  • 3392023d03
    Merge ba86f99946 into 8902c56451 #14 Noah Huppert 2018-08-30 16:22:53 +0000
  • ba86f99946
    Merge pull request #1 from Noah-Huppert/add-license-1 #14 Noah Huppert 2018-08-30 12:17:22 -0400
  • f9da5e0f24
    added MIT license Noah Huppert 2018-08-30 12:16:53 -0400
  • 8902c56451 Add test for modulo bias Dmitry Chestnykh 2016-02-12 17:43:26 +0100
  • 53057c437f Revert "Add a link to StableLib." Dmitry Chestnykh 2015-10-22 12:36:14 +0200
  • a64716164e Add a link to StableLib. Dmitry Chestnykh 2015-07-03 18:00:24 +0200
  • 396b73a566 Tweak panic message. Dmitry Chestnykh 2015-04-04 00:46:40 +0200
  • 46cf8faafd Make sure there are at least 2 chars in charset. Dmitry Chestnykh 2015-04-04 00:45:19 +0200
  • d7c89a5f19 Merge pull request #9 from argusdusty/patch-1 Dmitry Chestnykh 2015-04-04 00:38:26 +0200
  • 2e215562f6 Correct for bias towards first character in chars #9 Mark Canning 2015-04-03 15:07:17 -0700
  • 87c54b9ba5 Move allocations later in the function. Dmitry Chestnykh 2015-01-21 21:40:45 +0100
  • 69450cc2a9 Simplify: use rand.Read instead of io.ReadFull. Dmitry Chestnykh 2015-01-21 21:36:57 +0100
  • c1f1da6c92 Fix allowed characters test. Dmitry Chestnykh 2015-01-21 19:39:59 +0100
  • 45d4bb4e8f Merge pull request #8 from StableLib/zerolength Dmitry Chestnykh 2015-01-21 19:32:26 +0100
  • 7668ee6861 Fix hanging when requested zero-length string. #8 Dmitry Chestnykh 2015-01-21 18:36:13 +0100
  • e80eb311f3 Merge pull request #7 from StableLib/fixes Dmitry Chestnykh 2015-01-21 10:17:03 +0100
  • 6bf29ee29b Apply fixes to README. #7 Dmitry Chestnykh 2015-01-21 10:16:15 +0100
  • 29588318d5 Merge pull request #6 from StableLib/fixes Dmitry Chestnykh 2015-01-21 10:14:28 +0100
  • e12eafb5ea Follow proper documentation style. #6 Dmitry Chestnykh 2015-01-21 10:10:00 +0100
  • d22ce09b5b Fix test: wrong arguments order for format string. Dmitry Chestnykh 2015-01-21 10:07:48 +0100
  • b317a711d1 Fix a typo. Dmitry Chestnykh 2015-01-21 10:05:44 +0100
  • d4cd796fc0 Merge pull request #5 from StableLib/go12 Dmitry Chestnykh 2015-01-21 09:56:23 +0100
  • 131ec1e531 Drop support for Go 1.0 and 1.1. #5 Dmitry Chestnykh 2015-01-21 09:48:39 +0100
  • dc985c3409 Travis-CI: add go1.3. Dmitry Chestnykh 2014-11-10 11:43:08 +0100
  • ab403cc24d Use SVG image for Travis status. Dmitry Chestnykh 2014-11-06 23:14:39 +0100
  • 76c2ebb03e Drop MIT license, put code into public domain/CC0. Dmitry Chestnykh 2014-11-06 23:13:45 +0100
  • 9eb2cf0919 Simplify. Dmitry Chestnykh 2014-08-09 17:13:26 +0200
  • 29a0069dc7 Better var name to avoid confusion with type name. Dmitry Chestnykh 2014-08-09 17:05:33 +0200
  • b09047d1ee Fix for alphabets of 256 characters. Dmitry Chestnykh 2014-08-09 17:03:38 +0200
  • 177500d85b Merge 28e216136a into 7dd3037eec #4 Oleg Ivanov 2014-08-09 14:45:43 +0000
  • 28e216136a fixed the same value always generated for 256-divisor chars #4 Oleg Ivanov 2014-08-10 00:37:31 +1000
  • 7dd3037eec Merge branch 'morhekil-master' Dmitry Chestnykh 2014-08-09 15:58:23 +0200
  • 1b691aeab2 fixed an endless loop when length of chars is a divisor of 256 #3 Oleg Ivanov 2014-08-09 23:08:44 +1000
  • bc4af7603a Add go1.2 to .travis.yml Dmitry Chestnykh 2013-12-23 09:21:49 +0100
  • aa75fb5575 Add .travis.yml and Travis-CI badge to README. Dmitry Chestnykh 2013-12-12 18:04:03 +0100
  • 6004a1368e Revert "Remove panic not needed since Go 1.1." Dmitry Chestnykh 2013-12-12 18:01:04 +0100
  • 0ed582b1dd Merge 0fd48dc60e into 53e2fd7421 #2 Guilhem Lettron 2013-12-12 07:59:34 -0800
  • 0fd48dc60e fix return for old go version #2 Guilhem Lettron 2013-12-12 16:51:48 +0100
  • 53e2fd7421 Remove panic not needed since Go 1.1. Dmitry Chestnykh 2013-09-23 18:48:36 +0200
  • 24c0a03472 Delete .gitignore Dmitry Chestnykh 2013-09-23 18:44:53 +0200
  • 9727604170 Merge pull request #1 from adeven/readme_syntax_highlighting Dmitry Chestnykh 2013-09-23 09:39:42 -0700
  • 62bf77f2b6 Merge 3c1e943e8d into 586d18d326 #1 Christian Wellenbrock 2013-09-23 09:32:51 -0700
  • 3c1e943e8d Use fenced code blocks to enabled golang syntax highlighting in README.md #1 Christian Wellenbrock 2013-09-23 18:32:11 +0200
  • 586d18d326 Remove Makefile. Use go tool. Dmitry Chestnykh 2012-02-09 19:54:26 +0100
  • 97550955b0 Style fix. Dmitry Chestnykh 2012-01-20 15:24:58 +0100
  • 00f2f1a9e4 Fix for Go weekly.2012-01-15. Dmitry Chestnykh 2012-01-16 14:29:26 +0100
  • 958b406e0e Avoid modulo bias. Dmitry Chestnykh 2011-06-06 14:34:01 +0200
  • ecf15fa52a Add .gitignore Dmitry Chestnykh 2011-04-16 23:38:26 +0200
  • 455ea53f19 Replace README with markdown version. Dmitry Chestnykh 2011-04-16 21:39:53 +0200
  • e810e021c7 Use io.ReadFull to read from random source. Dmitry Chestnykh 2011-04-05 21:52:50 +0200
  • 6c4e68eee9 Move 0 to position before 1. Dmitry Chestnykh 2011-04-05 21:48:14 +0200
  • 7f58d67fe3 Simplify reading from rand. Dmitry Chestnykh 2011-04-05 20:37:41 +0200
  • 23e72bb56d Update README. Dmitry Chestnykh 2011-04-05 19:56:42 +0200
  • 5abb82120b Fix docs. Dmitry Chestnykh 2011-04-05 19:55:23 +0200
  • 4bfaae0c47 Initial commit. Dmitry Chestnykh 2011-04-05 17:57:25 +0200