An open API service indexing awesome lists of open source software.

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

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
.