| Crates.io | random-3d-points |
| lib.rs | random-3d-points |
| version | 0.1.0 |
| created_at | 2025-01-10 17:18:47.087233+00 |
| updated_at | 2025-01-10 17:18:47.087233+00 |
| description | Generates random 3D points within a specified range, compiled to WebAssembly. |
| homepage | https://your-project-homepage.com |
| repository | https://github.com/your-username/random-3d-points |
| max_upload_size | |
| id | 1511514 |
| size | 6,971 |
This project generates random 3D points within a specified range ([-2.0, 2.0] for each coordinate). It is written in Rust and compiled to WebAssembly for high performance and ease of use in web environments.
random-fast-rng crate for fast random number generation.generate_points() function to retrieve random 3D points.