Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1d4a6c4
(Issue #188) First draft of new RNG design/implementation.
jared321 Jul 8, 2026
fdebb7a
(Issue #188) Some cleaning of RNG docs.
jared321 Jul 8, 2026
0484944
(Issue #188) Expand RNG section in dev guide.
jared321 Jul 8, 2026
b3c4f09
Merge branch 'main' into 188RNGs
jared321 Jul 10, 2026
47e1dd4
(Issue #188) Calibrators now use surmise's global RNG.
jared321 Jul 10, 2026
c104928
We have PTLMC benchmarks. No need to view test results.
jared321 Jul 10, 2026
378bbfe
(Issue #188) Get spellcheck action passing.
jared321 Jul 10, 2026
ae9867d
(Issue #188) Add set_RNG api docs.
jared321 Jul 10, 2026
93d3c17
(Issue #188) Fixing typos.
jared321 Jul 10, 2026
25405ea
minimal structure to clean up test suite for reusing shared values, i…
mosesyhc Jul 13, 2026
9a3c4e7
flake8
mosesyhc Jul 13, 2026
be8d522
remove .benchmark files from logging
mosesyhc Jul 13, 2026
6ae5e0e
For CAL tests: consolidate shared data using shared_scenario and conf…
mosesyhc Jul 13, 2026
70c6acd
setting RNG usage in calibration methods
mosesyhc Jul 13, 2026
6d7c12f
cal is within the names of test functions in two emulation test modules
mosesyhc Jul 14, 2026
10c1c46
include RNG tests to test for reproducibility result with PCGP and di…
mosesyhc Jul 14, 2026
cb10545
first step to fix RNGs in emulators
mosesyhc Jul 14, 2026
54c5a2a
adding testing commands, including a test collection command to catch…
mosesyhc Jul 15, 2026
8aef470
any emulator that calls .choice now uses the surmise RNG
mosesyhc Jul 15, 2026
096a116
addition of fixtures and constant data shared by tests
mosesyhc Jul 15, 2026
c5ce2be
Major changes to tests:
mosesyhc Jul 15, 2026
5ab6be9
inclusion of set_RNG notebook as usage example
mosesyhc Jul 15, 2026
2ec75e8
RNG user guide update
mosesyhc Jul 15, 2026
5fc6960
adding Jupyterbook reference
mosesyhc Jul 15, 2026
5cbc07c
minor typo correction
mosesyhc Jul 15, 2026
cb4d822
adding reference to jupyterbook rng example
mosesyhc Jul 15, 2026
7c946c7
(Issue #188) Iterate on RNG docs.
jared321 Jul 15, 2026
1bd6511
(Issue #188) Test MH with non-default bit generator type.
jared321 Jul 15, 2026
87713c9
(Issue #188) Clean as part of PR review.
jared321 Jul 15, 2026
6cc2390
(Issue #188) RandomNumberGenerator class does all error checking.
jared321 Jul 15, 2026
f3ed88b
(Issue #188) Cleaning as part of PR review.
jared321 Jul 15, 2026
fc65a7e
triggering set_RNG exception message when RNG not set
mosesyhc Jul 15, 2026
0abe68c
(Issue #188) More cleaning as part of PR review.
jared321 Jul 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/config/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ PrAyvH
PyPI
Quickstart
README
RNG
RNG's
RNGs
RandomNumberGenerator
SDK
SURmise
SciPy
Expand All @@ -56,6 +60,7 @@ calibrationmethods
chan
colab
cov
cryptographically
currentmodule
danOSU
dataset
Expand Down Expand Up @@ -92,20 +97,25 @@ namespace
nan
nb
nbviewer
np
numpy
ozgesurer
pdf
png
pseudorandom
py
pypa
pypi
pyproject
pytest
randbits
rng
qj
quickstart
reStructuredText
readthedocs
runtime
rvs
scikit
scipy
setuptools
Expand All @@ -125,6 +135,7 @@ vah
venv
visualstudio
whl
wikipedia
wordpress
wp
www
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*__pycache__
*.pyc
*.pyd
*.benchmark
.ipynb_checkpoints/
surmise_applications/
build/
Expand Down
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parts:
- caption: Examples
numbered: 2
chapters:
- file: notebooks/setRNG.ipynb
- file: notebooks/BallDrop.ipynb
- caption: Reference
chapters:
Expand Down
56 changes: 29 additions & 27 deletions book/notebooks/BallDrop.ipynb

Large diffs are not rendered by default.

Loading