-
-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
🚀 Feature Request
Add a fc.float16Array() that generates Float16Array
Motivation
Seems we have a function for every typed array, but not this one. I think it's the newest one, so I'm guessing it didn't exist when the current functions were added.
Example
console.log(fc.sample(fc.float16Array(), 10))gruhn and dubzzz