-
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
E-questionParticipation: opinions wantedParticipation: opinions wanted
Description
As @burdges and @kennytm recently pointed out, rand_distr
currently depends on std
for various mathematical functions (trig, exp).
Status: std
provides these functions over the platform's native libm
lib.
Available alternative: libm is a pure-Rust port of MUSL's libm
. We could target this, perhaps behind a feature flag. I'm not sure whether we want to go this route.
See also: Portability of floats. Would use of the pure-Rust libm
implementation address this?
Metadata
Metadata
Assignees
Labels
E-questionParticipation: opinions wantedParticipation: opinions wanted