sunfishcode / mustang

Rust programs written entirely in Rust
Other
853 stars 24 forks source link

Fully implement rand48 #145

Closed carbotaniuman closed 2 years ago

carbotaniuman commented 2 years ago

Turns out we don't need the rand crate or c-gull to implement these functions, so I've moved them back into c-scape. It's not yet fully tested yet due to missing libc functions however.