|
|
@2881
|
11 years |
Peter |
Define PP variables in config.h rather than in CPPFLAGS. Include …
|
|
|
@2838
|
11 years |
Peter |
merge release 0.9 into trunk
|
|
|
@2824
|
11 years |
Peter |
remove intermediate libraries. Makefiles in corresponding …
|
|
|
@2804
|
11 years |
Peter |
RNG::set_state: prefer throw on error.
|
|
|
@2802
|
11 years |
Peter |
adding documentation and tests. Remove private member count_ (not …
|
|
|
@2800
|
11 years |
Peter |
adding variables seed_ and count_ to make random numbers different in …
|
|
|
@2789
|
11 years |
Peter |
adding a comment. refs #568
|
|
|
@2787
|
11 years |
Peter |
update coyright years
|
|
|
@2773
|
11 years |
Peter |
declare HEADERs with srcdir so doxygen understands where to find them …
|
|
|
@2770
|
11 years |
Peter |
change back to RNG being a singleton, which now stores gsl_rng* in a …
|
|
|
@2768
|
11 years |
Peter |
First version of redesigned RNG that provides one instance per thread …
|
|
|
@2749
|
11 years |
Peter |
add small convenience Makefiles in subdirs. closes #703
|
|
|
@2747
|
11 years |
Peter |
doc typo
|
|
|
@2739
|
11 years |
Peter |
refs #703 using a non-recursive Makefile. Old Makefile.am are kept but …
|
|
|
@2590
|
12 years |
Peter |
read /dev/urandom as binary
|
|
|
@2589
|
12 years |
Peter |
typo
|
|
|
@2588
|
12 years |
Peter |
prefer using standard functions
|
|
|
@2587
|
12 years |
Peter |
avoid memory leak
|
|
|
@2580
|
12 years |
Peter |
docs typo
|
|
|
@2578
|
12 years |
Peter |
deprecate seed functions. closes #674
|
|
|
@2384
|
12 years |
Peter |
updating copyright years
|
|
|
@2268
|
13 years |
Peter |
make DiscreteUniform? adaptable. closes #629
|
|
|
@2224
|
13 years |
Peter |
Lift out rule generating doxygen.mk into one common place …
|
|
|
@2154
|
13 years |
Peter |
using BOOST_CONCEPT_ASSERT. closes #603
|
|
|
@2145
|
13 years |
Peter |
improve compile error message in random_shuffle. refs #489
|
|
|
@2142
|
13 years |
Peter |
clarify iterator type in random_shuffle. refs #489
|
|
|
@2121
|
13 years |
Peter |
updating copyrights to uniform encoding in them.
|
|
|
@2119
|
13 years |
Peter |
converted files to utf-8. fixes #577
|
|
|
@2090
|
14 years |
Peter |
initialize base class explicitely in copy constructor. doesn't really …
|
|
|
@2089
|
14 years |
Peter |
declare several constructors in random.h as explicit
fixes #571
|
|
|
@1942
|
14 years |
Peter |
fixes #537
|
|
|
@1912
|
14 years |
Peter |
refs #531 - another attempt to make this work on OSX
|
|
|
@1911
|
14 years |
Peter |
refs #531 - less verbose during 'make doxygen.mk'
|
|
|
@1909
|
14 years |
Peter |
an attempt to make creation of doxygen.mk more portable. refs #531
|
|
|
@1905
|
14 years |
Peter |
Revised make dependencies for generating doxygen docs (fixes #438 and …
|
|
|
@1797
|
14 years |
Peter |
updating copyright statements
|
|
|
@1746
|
14 years |
Peter |
Merged patch release 0.4.3 to the trunk. Delta 0.4.3 - 0.4.2.
|
|
|
@1616
|
15 years |
Peter |
fixes #459
|
|
|
@1614
|
15 years |
Peter |
implementing copying in RNG_state. Previously compiler generated …
|
|
|
@1493
|
15 years |
Peter |
got problems with yat.am in distcheck - easiest solution was to delete …
|
|
|
@1487
|
15 years |
Jari Häkkinen |
Addresses #436. GPL license copy reference should also be updated.
|
|
|
@1486
|
15 years |
Jari Häkkinen |
Addresses #436.
|
|
|
@1437
|
15 years |
Peter |
merge patch release 0.4.2 to trunk. Delta 0.4.2-0.4.1
|
|
|
@1342
|
15 years |
Peter |
fixing doxygen problems
|
|
|
@1324
|
15 years |
Peter |
Boost is now required (ticket:370). Boost 1.33 is required, which is a …
|
|
|
@1275
|
15 years |
Jari Häkkinen |
Updating copyright statements.
|
|
|
@1271
|
15 years |
Peter |
replaced u_int with unsigned int or size_t
|
|
|
@1004
|
15 years |
Peter |
adding a wrapper around std::random_shuffle that uses the RNG class. …
|
|
|
@1000
|
15 years |
Jari Häkkinen |
trac moved to new location.
|
|
|
@966
|
16 years |
Peter |
fixing some doxygen warnings
|
|
|
@865
|
16 years |
Peter |
changing URL to http://trac.thep.lu.se/trac/yat
|
|
|
@852
|
16 years |
Jari Häkkinen |
Fixes #228.
|
|
|
@851
|
16 years |
Jari Häkkinen |
Fixes #229.
|
|
|
@833
|
16 years |
Jari Häkkinen |
Addresses #217. Fixed so that 'make distcheck' compiles but tests fail …
|
|
|
@831
|
16 years |
Peter |
Refs #185.
|
|
|
@820
|
16 years |
Peter |
Changed name again. ROCScore is now called AUC. Also fixed several …
|
|
|
@818
|
16 years |
Peter |
It depends on the use case here, but I think I agree so hist_ is no …
|
|
|
@798
|
16 years |
Jari Häkkinen |
Removed unnecessary #include. Added tests for random number distributions.
|
|
|
@767
|
16 years |
Peter |
Fixes #65
|
|
|
@752
|
16 years |
Jari Häkkinen |
Moving a function implementation from .h to .cc.
|
|
|
@750
|
16 years |
Jari Häkkinen |
Addresses #2. Continued adding GSL_error exceptions.
|
|
|
@738
|
16 years |
Jari Häkkinen |
Fixes #8 and #179, addresses #2.
|
|
|
@718
|
16 years |
Jari Häkkinen |
Addresses #170.
|
|
|
@706
|
16 years |
Jari Häkkinen |
Addresses #65 and #170.
|
|
|
@680
|
17 years |
Jari Häkkinen |
Addresses #153. Introduced yat namespace. Removed alignment namespace. …
|
|
|
@676
|
17 years |
Jari Häkkinen |
Fixed #83. This message applies to this revision and
revision:675. …
|
|
copied from trunk/c++_tools/random:
|
|
|
@675
|
17 years |
Jari Häkkinen |
References #83. Changing project name to yat. Compilation will fail in …
|