Move PCG RNG implementation out of header, update API

This commit is contained in:
Robin Gareus 2021-08-15 15:54:42 +02:00
parent e4d1d82ea7
commit a3b28b4114
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 85 additions and 53 deletions

View file

@ -62,6 +62,7 @@ libpbd_sources = [
'openuri.cc',
'pathexpand.cc',
'pbd.cc',
'pcg_rand.cc',
'pool.cc',
'property_list.cc',
'pthread_utils.cc',