Skip to content

macOS conda installation has missing random generators #2982

@nicolossus

Description

@nicolossus

NEST 3.6 installed via conda only has the Mersenne Twister random generator:

>> nest.rng_types
('mt19937', 'mt19937_64')

I would expect all random generators to be available, that is:

>> nest.rng_types
('Philox_32', 'Philox_64', 'Threefry_32', 'Threefry_64', 'mt19937', 'mt19937_64')

Metadata

Metadata

Assignees

Labels

S: NormalHandle this with default priorityT: BugWrong statements in the code or documentation

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions