Utilities (stnmf.util)

Utility functions for internal use

create_rng([seed])

Obtain a new seeded instance of a pseudorandom number generator compatible across Python, MATLAB, and R

tqdm(*args, **kwargs)

Wrapper function for tqdm exposing the attribute auto to switch between tqdm.auto.tqdm and tqdm.std.tqdm.