-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
F-new-intFunctionality: new, within RandFunctionality: new, within Rand
Description
It would be nice for the rand
number generators to implement RustcEncodable
and RustcDecodable
.
While I am not familiar with the possible implementation difficulties, serializability of random number generators is quite useful in Python's numpy
for instance --- where the Mersenne twister implementation is easily serializable given that its state is just a regular numpy
array.
clamydo, yongqli and io12
Metadata
Metadata
Assignees
Labels
F-new-intFunctionality: new, within RandFunctionality: new, within Rand