John Wellbelove
|
b3dcf0e881
|
Added permuted congruential random generator
|
2018-09-22 13:25:07 +01:00 |
|
John Wellbelove
|
bd008350a2
|
Merge remote-tracking branch 'origin/feature/changed_include_paths' into development
# Conflicts:
# include/etl/version.h
|
2018-07-28 21:55:27 +01:00 |
|
John Wellbelove
|
0bfd212a54
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# examples/ArmTimerCallbacks/RTE/Device/STM32F401RETx/startup_stm32f401xe.s
# examples/ArmTimerCallbacks/RTE/Device/STM32F401RETx/system_stm32f4xx.c
# library.properties
# test/codeblocks/ETL.cbp
# test/codeblocks/ETL.depend
# test/codeblocks/ETL.layout
# test/vs2017/etl.vcxproj
# test/vs2017/etl.vcxproj.filters
|
2017-10-18 09:23:17 +01:00 |
|
John Wellbelove
|
05d9f50f1d
|
Changes to allow compilation under various compilers.
|
2017-08-14 14:43:33 +01:00 |
|
John Wellbelove
|
d1df703d8c
|
Shortened random_multiply_with_carry to random_mwc
|
2017-08-08 18:51:13 +01:00 |
|
John Wellbelove
|
302646850e
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# src/algorithm.h
# test/codeblocks/ETL.depend
# test/vs2017/etl.vcxproj.filters
|
2017-08-08 18:46:21 +01:00 |
|
John Wellbelove
|
74beb3421d
|
Fixed polynomial value for random_lsfr
|
2017-07-25 19:18:01 +01:00 |
|
John Wellbelove
|
87b0aca32b
|
Added lcg, clcg and lsfr random number generators
|
2017-07-06 18:08:50 +01:00 |
|
John Wellbelove
|
59b08366ed
|
Derived random generators from base random class.
|
2017-02-16 06:53:37 +00:00 |
|
John Wellbelove
|
eac243d898
|
Added comments and modified starting values.
|
2017-01-31 21:11:22 +00:00 |
|
John Wellbelove
|
d3c9cd3b16
|
Fixed syntax errors
|
2017-01-17 23:03:23 +00:00 |
|
jwellbelove
|
5640bfc35c
|
Changed algorithm to 128bit xorshift.
|
2017-01-17 14:47:10 +00:00 |
|
jwellbelove
|
525bdef691
|
Added license and comments.
|
2017-01-17 12:24:53 +00:00 |
|
jwellbelove
|
0d86ea39c9
|
Initial implementation of a random number generator class.
|
2017-01-17 12:21:41 +00:00 |
|