changed some calculator stuff idk
idk
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
```rust
|
||||
impl Random {
|
||||
pub fn int(lower: usize, upper: usize) -> usize; // returns random number in range
|
||||
pub fn selection<T: Clone>(ls: &Vec<T>)
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user