zehanort / rvg

A random values generator for any data type in Python 3
MIT License
3 stars 1 forks source link

Return structured scalar instead of tuple #2

Closed gepapado closed 4 years ago

gepapado commented 4 years ago

Patched rand_val_for_non_primitive_type so that structured scalars are returned instead of tuples. Relevant tests modified to reflect changes.