blackberryshortcake

Results 4 comments of blackberryshortcake

As a workaround, one can use ``` rng = np.random.default_rng(np.random.randint(10000)) ``` or similar. The seed and therefore `rng` is controlled by randomly.

> It doesn’t look like we would be able to support default_rng. There can be may rng instances in user code and we don’t know where they are to reset...

It was never supposed to be module documentation though... edit: Oh, you probably mean documenting anything within a module should start with naming the module?

On Silverblue 36, after `rpm-ostree install --reboot ./nix-multi-user.rpm` (and rebooting), `nix --version` failed, because nix wasn't even in `$PATH`. From what little I gathered from the boot logs, no nix-related...