util - Miscellaneous utilities

draw Select k things from a pool of n without replacement.
console Start the python console with the local variables available.

Miscellaneous utilities.

bumps.dream.util.draw(k, n)[source]

Select k things from a pool of n without replacement.

bumps.dream.util.console()[source]

Start the python console with the local variables available.

console() should be the last thing in the file, after sampling and showing the default plots.