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')