https://github.com/open-cogsci/pseudorandom
A Python library for generating pseudorandom condition/ stimulus lists for psychological experiments
https://github.com/open-cogsci/pseudorandom
Last synced: 4 months ago
JSON representation
A Python library for generating pseudorandom condition/ stimulus lists for psychological experiments
- Host: GitHub
- URL: https://github.com/open-cogsci/pseudorandom
- Owner: open-cogsci
- License: gpl-3.0
- Created: 2015-01-02T12:15:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T13:00:44.000Z (over 3 years ago)
- Last Synced: 2026-02-15T23:51:17.538Z (4 months ago)
- Language: Python
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: COPYING
Awesome Lists containing this project
README
# Python Pseudorandom
Copyright 2015-2023 [Sebastiaan Mathôt](https://www.cogsci.nl/smathot)
A package for pseudorandomization of DataMatrix objects. That is, it allows
you to apply certain constraints to the randomization. The main purpose of this
package is to implement constrained loop randomization in OpenSesame, a
graphical experiment builder for the social sciences.
## Example
See `examples/example.py`.
## Dependencies
- [datamatrix](https://github.com/open-cogsci/datamatrix)
## License
`pseudorandom` is released under the GNU General Public License 3. See the
included file `COPYING` for details or visit
.