]> gitweb.factorcode.org Git - factor.git/history - basis/random
scryfall: add more filter/reject words, better mtga parser
[factor.git] / basis / random /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-20 John Benediktssonrandom: adding binomial-random
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 John Benediktssonrandom: implement a generic random* to speed up randoms
2023-02-25 John Benediktssonrandom.mersenne-twister: slightly faster random-32*
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2019-11-15 Alexander Iljinrandom.passwords: new vocab
2019-08-06 John BenediktssonRevert "io.encodings.utf16: add a utf16n word for nativ...
2019-08-05 John Benediktssonio.encodings.utf16: add a utf16n word for native utf16...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-02-25 John Benediktssonmore test IN: cleanup.
2018-01-22 Alexander Iljinrandom.windows: reduce verbosity of windows-crypto...
2017-09-11 John Benediktssonrandom: minor doc improvement with $snippet.
2017-09-11 Robert Vollmertrandom-bytes: fix docs, aligning with random-bytes*
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-11 John Benediktssonrandom: no need to zero bytes in M\ object random-bytes*.
2016-07-11 John Benediktssonrandom.mersenne-twister: simplify seed-random.
2016-03-29 John Benediktssonsets: rename unordered-set back to set.
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-02-25 John Benediktssonrandom: simplify using bitwise operations.
2014-02-15 Doug Colemanrandom.mersenne-twister: Don't use system-random-genera...
2014-02-09 John Benediktssonrandom.mersenne-twister: fix name of stack effect.
2014-02-07 John Benediktssonrandom.mersenne-twister: more complete fix for bias.
2014-02-07 John Benediktssonrandom.mersenne-twister: fix non-random bias.
2014-02-07 John Benediktssonrandom: some cleanup.
2014-02-07 John Benediktssonrandom: faster random-bits, make some things private.
2014-02-06 John Benediktssonrandom: 40% faster random-bytes*.
2013-12-13 John Benediktssonrandom: add help for random-unit.
2013-07-27 Doug Colemanrandom.windows: Saw in the pastebin that some Windows...
2013-04-06 John Benediktssonrandom: use nths-unsafe in sample.
2013-03-08 John Benediktssonhash-sets: faster implementation based on hashtables.
2013-03-04 John Benediktssonrandom: format delete-random better.
2013-03-01 John Benediktssonrandom: speed up some random floats using (random-unit).
2013-03-01 John Benediktssonrandom: adding (random-unit) for convenience.
2013-03-01 John Benediktssonrandom: speedup random-integer some more.
2013-02-27 John Benediktssonrandom: minor speedup (random-bits).
2013-02-27 John Benediktssonrandom: speedup randomize.
2013-02-27 John Benediktssonrandom: speed up uniform-random-float.
2013-02-27 John Benediktssonrandom: performance improvements to random-integer...
2012-12-31 Doug Colemanrandom: Add poisson-random-float.
2012-10-05 John Benediktssonrandom: support random on sets.
2012-10-05 John Benediktssonrandom: support "random" on floats (uses uniform-random...
2012-10-03 John Benediktssonrandom: implement random for assocs.
2012-08-16 Doug Colemanrandom: Bump up the random unit tests from 50k to 500k... similar-0.95
2012-08-05 John Benediktssonrandom.data: make constants available to random.data.
2012-08-05 Jon Harperrandom-string: make letters and numbers equiprobable
2012-08-01 John Benediktssonrandom: faster random-units and random-integers.
2012-07-26 Doug Colemanrandom: More leeway for pareto unit test. Python's...
2012-06-21 Doug Colemanrandom: Add random-integers and random-units words.
2012-05-02 Doug Colemanmath.functions: rename exp to e^ to be consistent with...
2012-04-18 John Benediktssonrandom: adding rayleigh, gumbel, logistic, and power...
2012-04-15 John Benediktssonrandom: adding some tests for the random distributions.
2012-04-15 John Benediktssonrandom: adding laplace, cauchy, chi-square, student...
2012-04-03 Doug Colemanrandom: Add a k parameter for pareto. Add some unit...
2012-03-31 John Benediktssonrandom: adding triangular distribution.
2012-03-31 John Benediktssonrandom: adding von-mises distribution.
2012-03-31 John Benediktssonrandom: implement gamma distribution, fix beta to use it.
2012-03-31 Doug Colemanrandom: Change weibull-random-float to use alpha/beta...
2012-03-31 Doug Colemanrandom: Add random-unit word. 1 random-unit - is the...
2012-03-31 John Benediktssonrandom: 1 swap - was redundant.
2012-03-31 John Benediktssonrandom: gauss-random-float is just normal-random-float.
2012-03-31 John Benediktssonrandom: adding lognormal, exponential, weibull, pareto...
2011-11-24 Joe Groffuse radix literals
2011-11-17 Joe Groffrandom.unix: roll back type assertions
2011-11-16 Joe Groffrandom: don't assume random-bytes is a byte-vector
2011-11-16 Joe Groffrandom: go faster
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-15 John Benediktssonrandom: random integers is 90% faster.
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonrandom: be> is faster (and they are random anyway)...
2011-10-12 John Benediktssonio.binary: make le> and be> faster (20% and 75%, respec...
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
next